Html Css Color HEX #371295 Persian Indigo

📋 copy color: '#371295'

red 55 ◦ green 18 ◦ blue 149

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

Shades of Persian Indigo #371295

Tints of Persian Indigo #371295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

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

R = 24.77%
G = 8.11%
B = 67.12%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#371295 (or 0x371295) is known color: Persian Indigo. HEX triplet: 37, 12 and 95. RGB value is (55,18,149). Sum of RGB (Red+Green+Blue) = 55+18+149=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #371295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371295 is #C8ED6A. Grayscale: #2B2B2B. Windows color (decimal): -13167979 or 9769527. OLE color: 9769527.

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

Color convert

RGB 55 18 149 -
CMYK 0.63 0.88 0 0.42
HSL 256.95º 0.78% 0.33% -
HSV(B) 256.95º 0.88% 0.58% -
XYZ 7.22 3.41 28.71 -
YUV 44 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 55 18 149 0.63 0.88 0 0.42 256.95 0.78 0.33
Hex 37 12 95 3F 58 0 2A 101 4E 21
Octal 67 22 225 77 130 0 52 401 116 41
Binary 110111 10010 10010101 111111 1011000 0 101010 100000001 1001110 100001

Color Harmonies of #371295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371295

Black with #371295

Text Example


Text Example

White with #371295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371295; }

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

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

background-color css

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

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

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

border-color css

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

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

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