Html Css Color HEX #391476 Persian Indigo

📋 copy color: '#391476'

red 57 ◦ green 20 ◦ blue 118

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

Shades of Persian Indigo #391476

Tints of Persian Indigo #391476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 60.51%

R = 29.23%
G = 10.26%
B = 60.51%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#391476 (or 0x391476) is known color: Persian Indigo. HEX triplet: 39, 14 and 76. RGB value is (57,20,118). Sum of RGB (Red+Green+Blue) = 57+20+118=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #391476 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391476 is #C6EB89. Grayscale: #292929. Windows color (decimal): -13036426 or 7738425. OLE color: 7738425.

HSL color Cylindrical-coordinate representation of color #391476: hue angle of 262.65º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #391476 is Cyan = 0.52, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 20 118 -
CMYK 0.52 0.83 0 0.54
HSL 262.65º 0.71% 0.27% -
HSV(B) 262.65º 0.83% 0.46% -
XYZ 5.21 2.68 17.38 -
YUV 42.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 57 20 118 0.52 0.83 0 0.54 262.65 0.71 0.27
Hex 39 14 76 34 53 0 36 107 47 1B
Octal 71 24 166 64 123 0 66 407 107 33
Binary 111001 10100 1110110 110100 1010011 0 110110 100000111 1000111 11011

Color Harmonies of #391476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391476

Black with #391476

Text Example


Text Example

White with #391476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391476; }

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

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

background-color css

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

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

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

border-color css

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

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

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