Html Css Color HEX #391272 Persian Indigo

📋 copy color: '#391272'

red 57 ◦ green 18 ◦ blue 114

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

Shades of Persian Indigo #391272

Tints of Persian Indigo #391272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

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

R = 30.16%
G = 9.52%
B = 60.32%

CMYK

 C value IS 0.50

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391272 (or 0x391272) is known color: Persian Indigo. HEX triplet: 39, 12 and 72. RGB value is (57,18,114). Sum of RGB (Red+Green+Blue) = 57+18+114=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #391272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #391272 is #C6ED8D. Grayscale: #282828. Windows color (decimal): -13036942 or 7475769. OLE color: 7475769.

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

Color convert

RGB 57 18 114 -
CMYK 0.50 0.84 0 0.55
HSL 264.38º 0.73% 0.26% -
HSV(B) 264.38º 0.84% 0.45% -
XYZ 4.94 2.52 16.15 -
YUV 40.61 169.42 139.69 -
System Red Green Blue C M Y K H S L
Decimal 57 18 114 0.50 0.84 0 0.55 264.38 0.73 0.26
Hex 39 12 72 32 54 0 37 108 49 1A
Octal 71 22 162 62 124 0 67 410 111 32
Binary 111001 10010 1110010 110010 1010100 0 110111 100001000 1001001 11010

Color Harmonies of #391272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391272

Black with #391272

Text Example


Text Example

White with #391272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391272; }

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

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

background-color css

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

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

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

border-color css

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

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

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