Html Css Color HEX #391072 Persian Indigo

📋 copy color: '#391072'

red 57 ◦ green 16 ◦ blue 114

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

Shades of Persian Indigo #391072

Tints of Persian Indigo #391072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.56%

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

R = 30.48%
G = 8.56%
B = 60.96%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391072 (or 0x391072) is known color: Persian Indigo. HEX triplet: 39, 10 and 72. RGB value is (57,16,114). Sum of RGB (Red+Green+Blue) = 57+16+114=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #391072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391072 is #C6EF8D. Grayscale: #272727. Windows color (decimal): -13037454 or 7475257. OLE color: 7475257.

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

Color convert

RGB 57 16 114 -
CMYK 0.50 0.86 0 0.55
HSL 265.1º 0.75% 0.25% -
HSV(B) 265.1º 0.86% 0.45% -
XYZ 4.91 2.46 16.13 -
YUV 39.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 57 16 114 0.50 0.86 0 0.55 265.1 0.75 0.25
Hex 39 10 72 32 56 0 37 109 4B 19
Octal 71 20 162 62 126 0 67 411 113 31
Binary 111001 10000 1110010 110010 1010110 0 110111 100001001 1001011 11001

Color Harmonies of #391072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391072

Black with #391072

Text Example


Text Example

White with #391072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391072; }

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

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

background-color css

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

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

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

border-color css

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

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

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