Html Css Color HEX #370091 Indigo

📋 copy color: '#370091'

red 55 ◦ green 0 ◦ blue 145

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

Shades of Indigo #370091

Tints of Indigo #370091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 72.5%

R = 27.5%
G = 0%
B = 72.5%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#370091 (or 0x370091) is known color: Indigo. HEX triplet: 37, 00 and 91. RGB value is (55,0,145). Sum of RGB (Red+Green+Blue) = 55+0+145=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 145 (57.03% from 255 or 72.5% from 200); Max value from RGB is 145 - color contains mainly: blue. Hex color #370091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370091 is #C8FF6E. Grayscale: #202020. Windows color (decimal): -13172591 or 9502775. OLE color: 9502775.

HSL color Cylindrical-coordinate representation of color #370091: hue angle of 262.76º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370091 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 0 145 -
CMYK 0.62 1 0 0.43
HSL 262.76º 1% 0.28% -
HSV(B) 262.76º 1% 0.57% -
XYZ 6.69 2.86 26.99 -
YUV 32.98 191.22 143.71 -
System Red Green Blue C M Y K H S L
Decimal 55 0 145 0.62 1 0 0.43 262.76 1 0.28
Hex 37 0 91 3E 64 0 2B 107 64 1C
Octal 67 0 221 76 144 0 53 407 144 34
Binary 110111 0 10010001 111110 1100100 0 101011 100000111 1100100 11100

Color Harmonies of #370091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370091

Black with #370091

Text Example


Text Example

White with #370091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370091; }

 p { color: rgb(55,0,145); }

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

background-color css

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

 a { background-color: rgb(55,0,145); }

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

border-color css

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

 span { border-color: rgb(55,0,145); }

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