Html Css Color HEX #391572 Persian Indigo

📋 copy color: '#391572'

red 57 ◦ green 21 ◦ blue 114

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

Shades of Persian Indigo #391572

Tints of Persian Indigo #391572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.94%

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

R = 29.69%
G = 10.94%
B = 59.38%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391572 (or 0x391572) is known color: Persian Indigo. HEX triplet: 39, 15 and 72. RGB value is (57,21,114). Sum of RGB (Red+Green+Blue) = 57+21+114=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #391572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391572 is #C6EA8D. Grayscale: #2A2A2A. Windows color (decimal): -13036174 or 7476537. OLE color: 7476537.

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

Color convert

RGB 57 21 114 -
CMYK 0.50 0.82 0 0.55
HSL 263.23º 0.69% 0.26% -
HSV(B) 263.23º 0.82% 0.45% -
XYZ 4.99 2.62 16.16 -
YUV 42.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 57 21 114 0.50 0.82 0 0.55 263.23 0.69 0.26
Hex 39 15 72 32 52 0 37 107 45 1A
Octal 71 25 162 62 122 0 67 407 105 32
Binary 111001 10101 1110010 110010 1010010 0 110111 100000111 1000101 11010

Color Harmonies of #391572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391572

Black with #391572

Text Example


Text Example

White with #391572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391572; }

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

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

background-color css

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

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

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

border-color css

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

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

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