Html Css Color HEX #391C72 Persian Indigo

📋 copy color: '#391C72'

red 57 ◦ green 28 ◦ blue 114

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

Shades of Persian Indigo #391C72

Tints of Persian Indigo #391C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.07%

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

R = 28.64%
G = 14.07%
B = 57.29%

CMYK

 C value IS 0.50

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391C72 (or 0x391C72) is known color: Persian Indigo. HEX triplet: 39, 1C and 72. RGB value is (57,28,114). Sum of RGB (Red+Green+Blue) = 57+28+114=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #391C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391C72 is #C6E38D. Grayscale: #2E2E2E. Windows color (decimal): -13034382 or 7478329. OLE color: 7478329.

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

Color convert

RGB 57 28 114 -
CMYK 0.50 0.75 0 0.55
HSL 260.23º 0.61% 0.28% -
HSV(B) 260.23º 0.75% 0.45% -
XYZ 5.14 2.92 16.21 -
YUV 46.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 57 28 114 0.50 0.75 0 0.55 260.23 0.61 0.28
Hex 39 1C 72 32 4B 0 37 104 3D 1C
Octal 71 34 162 62 113 0 67 404 75 34
Binary 111001 11100 1110010 110010 1001011 0 110111 100000100 111101 11100

Color Harmonies of #391C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C72

Black with #391C72

Text Example


Text Example

White with #391C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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