Html Css Color HEX #372173 Persian Indigo

📋 copy color: '#372173'

red 55 ◦ green 33 ◦ blue 115

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

Shades of Persian Indigo #372173

Tints of Persian Indigo #372173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

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

R = 27.09%
G = 16.26%
B = 56.65%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#372173 (or 0x372173) is known color: Persian Indigo. HEX triplet: 37, 21 and 73. RGB value is (55,33,115). Sum of RGB (Red+Green+Blue) = 55+33+115=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #372173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372173 is #C8DE8C. Grayscale: #303030. Windows color (decimal): -13164173 or 7545143. OLE color: 7545143.

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

Color convert

RGB 55 33 115 -
CMYK 0.52 0.71 0 0.55
HSL 256.1º 0.55% 0.29% -
HSV(B) 256.1º 0.71% 0.45% -
XYZ 5.21 3.14 16.55 -
YUV 48.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 55 33 115 0.52 0.71 0 0.55 256.1 0.55 0.29
Hex 37 21 73 34 47 0 37 100 37 1D
Octal 67 41 163 64 107 0 67 400 67 35
Binary 110111 100001 1110011 110100 1000111 0 110111 100000000 110111 11101

Color Harmonies of #372173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372173

Black with #372173

Text Example


Text Example

White with #372173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372173; }

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

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

background-color css

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

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

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

border-color css

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

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

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