Html Css Color HEX #391672 Persian Indigo

📋 copy color: '#391672'

red 57 ◦ green 22 ◦ blue 114

#391672
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #391672

Tints of Persian Indigo #391672

RGB

 RED value IS 57 (22.66% from 255) = 29.53%

 GREEN value IS 22 (8.98% from 255) = 11.4%

 BLUE value IS 114 (44.92% from 255) = 59.07%

R = 29.53%
G = 11.4%
B = 59.07%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391672 (or 0x391672) is known color: Persian Indigo. HEX triplet: 39, 16 and 72. RGB value is (57,22,114). Sum of RGB (Red+Green+Blue) = 57+22+114=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #391672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391672 is #C6E98D. Grayscale: #2A2A2A. Windows color (decimal): -13035918 or 7476793. OLE color: 7476793.

HSL color Cylindrical-coordinate representation of color #391672: hue angle of 262.83º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #391672 is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 22 114 -
CMYK 0.50 0.81 0 0.55
HSL 262.83º 0.68% 0.27% -
HSV(B) 262.83º 0.81% 0.45% -
XYZ 5.01 2.66 16.17 -
YUV 42.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 57 22 114 0.50 0.81 0 0.55 262.83 0.68 0.27
Hex 39 16 72 32 51 0 37 107 44 1B
Octal 71 26 162 62 121 0 67 407 104 33
Binary 111001 10110 1110010 110010 1010001 0 110111 100000111 1000100 11011

Color Harmonies of #391672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391672

Black with #391672

Text Example


Text Example

White with #391672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391672; }

 p { color: rgb(57,22,114); }

 H1.HeaderClassName
 {
   color: #391672;
 }
 .AnyTagClassName
 {
   color: #391672;
 }
</style>

background-color css

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

 a { background-color: rgb(57,22,114); }

 div.DivClassName
 {
   background-color: #391672;
 }
 .BgClassName
 {
   background-color: #391672;
 }
</style>

border-color css

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

 span { border-color: rgb(57,22,114); }

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