Html Css Color HEX #372098 Persian Indigo

📋 copy color: '#372098'

red 55 ◦ green 32 ◦ blue 152

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

Shades of Persian Indigo #372098

Tints of Persian Indigo #372098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.39%

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

R = 23.01%
G = 13.39%
B = 63.6%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#372098 (or 0x372098) is known color: Persian Indigo. HEX triplet: 37, 20 and 98. RGB value is (55,32,152). Sum of RGB (Red+Green+Blue) = 55+32+152=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #372098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372098 is #C8DF67. Grayscale: #343434. Windows color (decimal): -13164392 or 9969719. OLE color: 9969719.

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

Color convert

RGB 55 32 152 -
CMYK 0.64 0.79 0 0.40
HSL 251.5º 0.65% 0.36% -
HSV(B) 251.5º 0.79% 0.6% -
XYZ 7.76 4.11 30.09 -
YUV 52.56 184.12 129.74 -
System Red Green Blue C M Y K H S L
Decimal 55 32 152 0.64 0.79 0 0.40 251.5 0.65 0.36
Hex 37 20 98 40 4F 0 28 FC 41 24
Octal 67 40 230 100 117 0 50 374 101 44
Binary 110111 100000 10011000 1000000 1001111 0 101000 11111100 1000001 100100

Color Harmonies of #372098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372098

Black with #372098

Text Example


Text Example

White with #372098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372098; }

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

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

background-color css

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

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

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

border-color css

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

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

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