Html Css Color HEX #372175 Persian Indigo

📋 copy color: '#372175'

red 55 ◦ green 33 ◦ blue 117

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

Shades of Persian Indigo #372175

Tints of Persian Indigo #372175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.07%

R = 26.83%
G = 16.1%
B = 57.07%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#372175 (or 0x372175) is known color: Persian Indigo. HEX triplet: 37, 21 and 75. RGB value is (55,33,117). Sum of RGB (Red+Green+Blue) = 55+33+117=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #372175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #372175 is #C8DE8A. Grayscale: #303030. Windows color (decimal): -13164171 or 7676215. OLE color: 7676215.

HSL color Cylindrical-coordinate representation of color #372175: hue angle of 255.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #372175 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 33 117 -
CMYK 0.53 0.72 0 0.54
HSL 255.71º 0.56% 0.29% -
HSV(B) 255.71º 0.72% 0.46% -
XYZ 5.33 3.18 17.16 -
YUV 49.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 55 33 117 0.53 0.72 0 0.54 255.71 0.56 0.29
Hex 37 21 75 35 48 0 36 100 38 1D
Octal 67 41 165 65 110 0 66 400 70 35
Binary 110111 100001 1110101 110101 1001000 0 110110 100000000 111000 11101

Color Harmonies of #372175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372175

Black with #372175

Text Example


Text Example

White with #372175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372175; }

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

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

background-color css

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

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

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

border-color css

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

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

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