Html Css Color HEX #371795 Persian Indigo

📋 copy color: '#371795'

red 55 ◦ green 23 ◦ blue 149

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

Shades of Persian Indigo #371795

Tints of Persian Indigo #371795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.13%

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

R = 24.23%
G = 10.13%
B = 65.64%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#371795 (or 0x371795) is known color: Persian Indigo. HEX triplet: 37, 17 and 95. RGB value is (55,23,149). Sum of RGB (Red+Green+Blue) = 55+23+149=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #371795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371795 is #C8E86A. Grayscale: #2E2E2E. Windows color (decimal): -13166699 or 9770807. OLE color: 9770807.

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

Color convert

RGB 55 23 149 -
CMYK 0.63 0.85 0 0.42
HSL 255.24º 0.73% 0.34% -
HSV(B) 255.24º 0.85% 0.58% -
XYZ 7.31 3.59 28.74 -
YUV 46.93 185.6 133.75 -
System Red Green Blue C M Y K H S L
Decimal 55 23 149 0.63 0.85 0 0.42 255.24 0.73 0.34
Hex 37 17 95 3F 55 0 2A FF 49 22
Octal 67 27 225 77 125 0 52 377 111 42
Binary 110111 10111 10010101 111111 1010101 0 101010 11111111 1001001 100010

Color Harmonies of #371795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371795

Black with #371795

Text Example


Text Example

White with #371795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371795; }

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

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

background-color css

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

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

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

border-color css

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

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

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