Html Css Color HEX #391F74 Persian Indigo

📋 copy color: '#391F74'

red 57 ◦ green 31 ◦ blue 116

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

Shades of Persian Indigo #391F74

Tints of Persian Indigo #391F74

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.2%

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 27.94%
G = 15.2%
B = 56.86%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#391F74 (or 0x391F74) is known color: Persian Indigo. HEX triplet: 39, 1F and 74. RGB value is (57,31,116). Sum of RGB (Red+Green+Blue) = 57+31+116=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #391F74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #391F74 is #C6E08B. Grayscale: #303030. Windows color (decimal): -13033612 or 7610169. OLE color: 7610169.

HSL color Cylindrical-coordinate representation of color #391F74: hue angle of 258.35º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #391F74 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 31 116 -
CMYK 0.51 0.73 0 0.55
HSL 258.35º 0.58% 0.29% -
HSV(B) 258.35º 0.73% 0.45% -
XYZ 5.33 3.11 16.84 -
YUV 48.46 166.11 134.09 -
System Red Green Blue C M Y K H S L
Decimal 57 31 116 0.51 0.73 0 0.55 258.35 0.58 0.29
Hex 39 1F 74 33 49 0 37 102 3A 1D
Octal 71 37 164 63 111 0 67 402 72 35
Binary 111001 11111 1110100 110011 1001001 0 110111 100000010 111010 11101

Color Harmonies of #391F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391F74

Black with #391F74

Text Example


Text Example

White with #391F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,31,116); }

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

background-color css

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

 a { background-color: rgb(57,31,116); }

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

border-color css

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

 span { border-color: rgb(57,31,116); }

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