Html Css Color HEX #370094 Indigo

📋 copy color: '#370094'

red 55 ◦ green 0 ◦ blue 148

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

Shades of Indigo #370094

Tints of Indigo #370094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 72.91%

R = 27.09%
G = 0%
B = 72.91%

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

#370094 (or 0x370094) is known color: Indigo. HEX triplet: 37, 00 and 94. RGB value is (55,0,148). Sum of RGB (Red+Green+Blue) = 55+0+148=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #370094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370094 is #C8FF6B. Grayscale: #202020. Windows color (decimal): -13172588 or 9699383. OLE color: 9699383.

HSL color Cylindrical-coordinate representation of color #370094: hue angle of 262.3º 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 #370094 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 0 148 -
CMYK 0.63 1 0 0.42
HSL 262.3º 1% 0.29% -
HSV(B) 262.3º 1% 0.58% -
XYZ 6.92 2.95 28.22 -
YUV 33.32 192.72 143.47 -
System Red Green Blue C M Y K H S L
Decimal 55 0 148 0.63 1 0 0.42 262.3 1 0.29
Hex 37 0 94 3F 64 0 2A 106 64 1D
Octal 67 0 224 77 144 0 52 406 144 35
Binary 110111 0 10010100 111111 1100100 0 101010 100000110 1100100 11101

Color Harmonies of #370094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370094

Black with #370094

Text Example


Text Example

White with #370094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370094; }

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

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

background-color css

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

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

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

border-color css

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

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

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