Html Css Color HEX #370095 Indigo

📋 copy color: '#370095'

red 55 ◦ green 0 ◦ blue 149

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

Shades of Indigo #370095

Tints of Indigo #370095

RGB

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

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

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

R = 26.96%
G = 0%
B = 73.04%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#370095 (or 0x370095) is known color: Indigo. HEX triplet: 37, 00 and 95. RGB value is (55,0,149). Sum of RGB (Red+Green+Blue) = 55+0+149=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 149 (58.59% from 255 or 73.04% from 204); Max value from RGB is 149 - color contains mainly: blue. Hex color #370095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370095 is #C8FF6A. Grayscale: #202020. Windows color (decimal): -13172587 or 9764919. OLE color: 9764919.

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

Color convert

RGB 55 0 149 -
CMYK 0.63 1 0 0.42
HSL 262.15º 1% 0.29% -
HSV(B) 262.15º 1% 0.58% -
XYZ 7 2.98 28.64 -
YUV 33.43 193.22 143.38 -
System Red Green Blue C M Y K H S L
Decimal 55 0 149 0.63 1 0 0.42 262.15 1 0.29
Hex 37 0 95 3F 64 0 2A 106 64 1D
Octal 67 0 225 77 144 0 52 406 144 35
Binary 110111 0 10010101 111111 1100100 0 101010 100000110 1100100 11101

Color Harmonies of #370095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370095

Black with #370095

Text Example


Text Example

White with #370095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370095; }

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

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

background-color css

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

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

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

border-color css

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

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

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