Html Css Color HEX #370098 Indigo

📋 copy color: '#370098'

red 55 ◦ green 0 ◦ blue 152

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

Shades of Indigo #370098

Tints of Indigo #370098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 73.43%

R = 26.57%
G = 0%
B = 73.43%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#370098 (or 0x370098) is known color: Indigo. HEX triplet: 37, 00 and 98. RGB value is (55,0,152). Sum of RGB (Red+Green+Blue) = 55+0+152=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #370098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370098 is #C8FF67. Grayscale: #212121. Windows color (decimal): -13172584 or 9961527. OLE color: 9961527.

HSL color Cylindrical-coordinate representation of color #370098: hue angle of 261.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370098 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 0 152 -
CMYK 0.64 1 0 0.40
HSL 261.71º 1% 0.3% -
HSV(B) 261.71º 1% 0.6% -
XYZ 7.24 3.08 29.92 -
YUV 33.77 194.72 143.14 -
System Red Green Blue C M Y K H S L
Decimal 55 0 152 0.64 1 0 0.40 261.71 1 0.3
Hex 37 0 98 40 64 0 28 106 64 1E
Octal 67 0 230 100 144 0 50 406 144 36
Binary 110111 0 10011000 1000000 1100100 0 101000 100000110 1100100 11110

Color Harmonies of #370098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370098

Black with #370098

Text Example


Text Example

White with #370098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370098; }

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

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

background-color css

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

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

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

border-color css

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

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

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