Html Css Color HEX #371995 Persian Indigo

📋 copy color: '#371995'

red 55 ◦ green 25 ◦ blue 149

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

Shades of Persian Indigo #371995

Tints of Persian Indigo #371995

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

 BLUE value IS 149 (58.59% from 255) = 65.07%

R = 24.02%
G = 10.92%
B = 65.07%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#371995 (or 0x371995) is known color: Persian Indigo. HEX triplet: 37, 19 and 95. RGB value is (55,25,149). Sum of RGB (Red+Green+Blue) = 55+25+149=229 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.02% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #371995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371995 is #C8E66A. Grayscale: #2F2F2F. Windows color (decimal): -13166187 or 9771319. OLE color: 9771319.

HSL color Cylindrical-coordinate representation of color #371995: hue angle of 254.52º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371995 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 25 149 -
CMYK 0.63 0.83 0 0.42
HSL 254.52º 0.71% 0.34% -
HSV(B) 254.52º 0.83% 0.58% -
XYZ 7.35 3.68 28.76 -
YUV 48.11 184.94 132.92 -
System Red Green Blue C M Y K H S L
Decimal 55 25 149 0.63 0.83 0 0.42 254.52 0.71 0.34
Hex 37 19 95 3F 53 0 2A FF 47 22
Octal 67 31 225 77 123 0 52 377 107 42
Binary 110111 11001 10010101 111111 1010011 0 101010 11111111 1000111 100010

Color Harmonies of #371995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371995

Black with #371995

Text Example


Text Example

White with #371995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371995; }

 p { color: rgb(55,25,149); }

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

background-color css

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

 a { background-color: rgb(55,25,149); }

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

border-color css

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

 span { border-color: rgb(55,25,149); }

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