Html Css Color HEX #391C77 Persian Indigo

📋 copy color: '#391C77'

red 57 ◦ green 28 ◦ blue 119

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

Shades of Persian Indigo #391C77

Tints of Persian Indigo #391C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 58.33%

R = 27.94%
G = 13.73%
B = 58.33%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#391C77 (or 0x391C77) is known color: Persian Indigo. HEX triplet: 39, 1C and 77. RGB value is (57,28,119). Sum of RGB (Red+Green+Blue) = 57+28+119=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 28 (11.33% from 255 or 13.73% from 204); Blue value is 119 (46.88% from 255 or 58.33% from 204); Max value from RGB is 119 - color contains mainly: blue. Hex color #391C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391C77 is #C6E388. Grayscale: #2E2E2E. Windows color (decimal): -13034377 or 7806009. OLE color: 7806009.

HSL color Cylindrical-coordinate representation of color #391C77: hue angle of 259.12º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #391C77 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 28 119 -
CMYK 0.52 0.76 0 0.53
HSL 259.12º 0.62% 0.29% -
HSV(B) 259.12º 0.76% 0.47% -
XYZ 5.43 3.03 17.75 -
YUV 47.05 168.61 135.1 -
System Red Green Blue C M Y K H S L
Decimal 57 28 119 0.52 0.76 0 0.53 259.12 0.62 0.29
Hex 39 1C 77 34 4C 0 35 103 3E 1D
Octal 71 34 167 64 114 0 65 403 76 35
Binary 111001 11100 1110111 110100 1001100 0 110101 100000011 111110 11101

Color Harmonies of #391C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C77

Black with #391C77

Text Example


Text Example

White with #391C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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