Html Css Color HEX #372273 Persian Indigo

📋 copy color: '#372273'

red 55 ◦ green 34 ◦ blue 115

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

Shades of Persian Indigo #372273

Tints of Persian Indigo #372273

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

 BLUE value IS 115 (45.31% from 255) = 56.37%

R = 26.96%
G = 16.67%
B = 56.37%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372273 (or 0x372273) is known color: Persian Indigo. HEX triplet: 37, 22 and 73. RGB value is (55,34,115). Sum of RGB (Red+Green+Blue) = 55+34+115=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #372273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372273 is #C8DD8C. Grayscale: #313131. Windows color (decimal): -13163917 or 7545399. OLE color: 7545399.

HSL color Cylindrical-coordinate representation of color #372273: hue angle of 255.56º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #372273 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 34 115 -
CMYK 0.52 0.70 0 0.55
HSL 255.56º 0.54% 0.29% -
HSV(B) 255.56º 0.7% 0.45% -
XYZ 5.24 3.19 16.56 -
YUV 49.51 164.96 131.91 -
System Red Green Blue C M Y K H S L
Decimal 55 34 115 0.52 0.70 0 0.55 255.56 0.54 0.29
Hex 37 22 73 34 46 0 37 100 36 1D
Octal 67 42 163 64 106 0 67 400 66 35
Binary 110111 100010 1110011 110100 1000110 0 110111 100000000 110110 11101

Color Harmonies of #372273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372273

Black with #372273

Text Example


Text Example

White with #372273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372273; }

 p { color: rgb(55,34,115); }

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

background-color css

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

 a { background-color: rgb(55,34,115); }

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

border-color css

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

 span { border-color: rgb(55,34,115); }

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