Html Css Color HEX #391470 Persian Indigo

📋 copy color: '#391470'

red 57 ◦ green 20 ◦ blue 112

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

Shades of Persian Indigo #391470

Tints of Persian Indigo #391470

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.58%

 BLUE value IS 112 (44.14% from 255) = 59.26%

R = 30.16%
G = 10.58%
B = 59.26%

CMYK

 C value IS 0.49

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#391470 (or 0x391470) is known color: Persian Indigo. HEX triplet: 39, 14 and 70. RGB value is (57,20,112). Sum of RGB (Red+Green+Blue) = 57+20+112=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #391470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391470 is #C6EB8F. Grayscale: #292929. Windows color (decimal): -13036432 or 7345209. OLE color: 7345209.

HSL color Cylindrical-coordinate representation of color #391470: hue angle of 264.13º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #391470 is Cyan = 0.49, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 20 112 -
CMYK 0.49 0.82 0 0.56
HSL 264.13º 0.7% 0.26% -
HSV(B) 264.13º 0.82% 0.44% -
XYZ 4.86 2.54 15.56 -
YUV 41.55 167.76 139.02 -
System Red Green Blue C M Y K H S L
Decimal 57 20 112 0.49 0.82 0 0.56 264.13 0.7 0.26
Hex 39 14 70 31 52 0 38 108 46 1A
Octal 71 24 160 61 122 0 70 410 106 32
Binary 111001 10100 1110000 110001 1010010 0 111000 100001000 1000110 11010

Color Harmonies of #391470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391470

Black with #391470

Text Example


Text Example

White with #391470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391470; }

 p { color: rgb(57,20,112); }

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

background-color css

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

 a { background-color: rgb(57,20,112); }

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

border-color css

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

 span { border-color: rgb(57,20,112); }

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