Html Css Color HEX #371E74 Persian Indigo

📋 copy color: '#371E74'

red 55 ◦ green 30 ◦ blue 116

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

Shades of Persian Indigo #371E74

Tints of Persian Indigo #371E74

RGB

 RED value IS 55 (21.88% from 255) = 27.36%

 GREEN value IS 30 (12.11% from 255) = 14.93%

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

R = 27.36%
G = 14.93%
B = 57.71%

CMYK

 C value IS 0.53

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371E74 (or 0x371E74) is known color: Persian Indigo. HEX triplet: 37, 1E and 74. RGB value is (55,30,116). Sum of RGB (Red+Green+Blue) = 55+30+116=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 116 (45.70% from 255 or 57.71% from 201); Max value from RGB is 116 - color contains mainly: blue. Hex color #371E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371E74 is #C8E18B. Grayscale: #2E2E2E. Windows color (decimal): -13164940 or 7609911. OLE color: 7609911.

HSL color Cylindrical-coordinate representation of color #371E74: hue angle of 257.44º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #371E74 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 30 116 -
CMYK 0.53 0.74 0 0.55
HSL 257.44º 0.59% 0.29% -
HSV(B) 257.44º 0.74% 0.45% -
XYZ 5.19 3 16.83 -
YUV 47.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 55 30 116 0.53 0.74 0 0.55 257.44 0.59 0.29
Hex 37 1E 74 35 4A 0 37 101 3B 1D
Octal 67 36 164 65 112 0 67 401 73 35
Binary 110111 11110 1110100 110101 1001010 0 110111 100000001 111011 11101

Color Harmonies of #371E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371E74

Black with #371E74

Text Example


Text Example

White with #371E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371E74; }

 p { color: rgb(55,30,116); }

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

background-color css

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

 a { background-color: rgb(55,30,116); }

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

border-color css

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

 span { border-color: rgb(55,30,116); }

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