Html Css Color HEX #372094 Persian Indigo

📋 copy color: '#372094'

red 55 ◦ green 32 ◦ blue 148

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

Shades of Persian Indigo #372094

Tints of Persian Indigo #372094

RGB

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

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

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

R = 23.4%
G = 13.62%
B = 62.98%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#372094 (or 0x372094) is known color: Persian Indigo. HEX triplet: 37, 20 and 94. RGB value is (55,32,148). Sum of RGB (Red+Green+Blue) = 55+32+148=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #372094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372094 is #C8DF6B. Grayscale: #333333. Windows color (decimal): -13164396 or 9707575. OLE color: 9707575.

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

Color convert

RGB 55 32 148 -
CMYK 0.63 0.78 0 0.42
HSL 251.9º 0.64% 0.35% -
HSV(B) 251.9º 0.78% 0.58% -
XYZ 7.44 3.98 28.39 -
YUV 52.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 55 32 148 0.63 0.78 0 0.42 251.9 0.64 0.35
Hex 37 20 94 3F 4E 0 2A FC 40 23
Octal 67 40 224 77 116 0 52 374 100 43
Binary 110111 100000 10010100 111111 1001110 0 101010 11111100 1000000 100011

Color Harmonies of #372094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372094

Black with #372094

Text Example


Text Example

White with #372094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372094; }

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

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

background-color css

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

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

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

border-color css

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

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

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