Html Css Color HEX #371770 Persian Indigo

📋 copy color: '#371770'

red 55 ◦ green 23 ◦ blue 112

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

Shades of Persian Indigo #371770

Tints of Persian Indigo #371770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 58.95%

R = 28.95%
G = 12.11%
B = 58.95%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#371770 (or 0x371770) is known color: Persian Indigo. HEX triplet: 37, 17 and 70. RGB value is (55,23,112). Sum of RGB (Red+Green+Blue) = 55+23+112=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #371770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371770 is #C8E88F. Grayscale: #2A2A2A. Windows color (decimal): -13166736 or 7345975. OLE color: 7345975.

HSL color Cylindrical-coordinate representation of color #371770: hue angle of 261.57º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371770 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 23 112 -
CMYK 0.51 0.79 0 0.56
HSL 261.57º 0.66% 0.26% -
HSV(B) 261.57º 0.79% 0.44% -
XYZ 4.81 2.59 15.58 -
YUV 42.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 55 23 112 0.51 0.79 0 0.56 261.57 0.66 0.26
Hex 37 17 70 33 4F 0 38 106 42 1A
Octal 67 27 160 63 117 0 70 406 102 32
Binary 110111 10111 1110000 110011 1001111 0 111000 100000110 1000010 11010

Color Harmonies of #371770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371770

Black with #371770

Text Example


Text Example

White with #371770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371770; }

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

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

background-color css

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

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

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

border-color css

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

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

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