#381D72

Color #381D72 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #381D72

Tints of Persian Indigo #381D72

Color information

#381D72 (or 0x381D72) is unknown color: approx Persian Indigo. HEX triplet: 38, 1D and 72. RGB value is (56,29,114). Sum of RGB (Red+Green+Blue) = 56+29+114=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 29 (11.72% from 255 or 14.57% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #381D72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381D72 is #C7E28D. Grayscale: #2E2E2E. Windows color (decimal): -13099662 or 7478584. OLE color: 7478584.

HSL color Cylindrical-coordinate representation of color #381D72: hue angle of 259.06º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381D72 is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5629114-
CMYK0.510.7500.55
HSL259.06º59.44%28.04%-
HSV(B)259.06º74.56%44.71%-
XYZ5.112.9316.22-
YUV46.76165.95134.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 28.14%
GREEN value IS 29 (11.72% from 255) = 14.57%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=28.14%
G=14.57%
B=57.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56291140.510.7500.55259.0659.4428.04
Hex381D72334B0371033b1c
Octal7035162631130674037334
Binary1110001110111100101100111001011011011110000001111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381D72; }

 p { color: rgb(56,29,114); }

 H1.HeaderClassName
 {
   color: #381D72;
 }
 .AnyTagClassName
 {
   color: #381D72;
 }
</style>
background-color css

<style>
 a { background-color: #381D72; }

 a { background-color: rgb(56,29,114); }

 div.DivClassName
 {
   background-color: #381D72;
 }
 .BgClassName
 {
   background-color: #381D72;
 }
</style>
border-color css

<style>
 span { border-color: #381D72; }

 span { border-color: rgb(56,29,114); }

 td.TdClassName
 {
   border-color: #381D72;
 }
 .TagClassName
 {
   border-color: #381D72;
 }
</style>