Html Css Color HEX #371874 Persian Indigo

📋 copy color: '#371874'

red 55 ◦ green 24 ◦ blue 116

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

Shades of Persian Indigo #371874

Tints of Persian Indigo #371874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.31%

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

R = 28.21%
G = 12.31%
B = 59.49%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371874 (or 0x371874) is known color: Persian Indigo. HEX triplet: 37, 18 and 74. RGB value is (55,24,116). Sum of RGB (Red+Green+Blue) = 55+24+116=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 116 (45.70% from 255 or 59.49% from 195); Max value from RGB is 116 - color contains mainly: blue. Hex color #371874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371874 is #C8E78B. Grayscale: #2B2B2B. Windows color (decimal): -13166476 or 7608375. OLE color: 7608375.

HSL color Cylindrical-coordinate representation of color #371874: hue angle of 260.22º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371874 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 24 116 -
CMYK 0.53 0.79 0 0.55
HSL 260.22º 0.66% 0.27% -
HSV(B) 260.22º 0.79% 0.45% -
XYZ 5.05 2.73 16.78 -
YUV 43.76 168.77 136.02 -
System Red Green Blue C M Y K H S L
Decimal 55 24 116 0.53 0.79 0 0.55 260.22 0.66 0.27
Hex 37 18 74 35 4F 0 37 104 42 1B
Octal 67 30 164 65 117 0 67 404 102 33
Binary 110111 11000 1110100 110101 1001111 0 110111 100000100 1000010 11011

Color Harmonies of #371874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371874

Black with #371874

Text Example


Text Example

White with #371874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371874; }

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

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

background-color css

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

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

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

border-color css

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

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

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