Html Css Color HEX #372285 Persian Indigo

📋 copy color: '#372285'

red 55 ◦ green 34 ◦ blue 133

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

Shades of Persian Indigo #372285

Tints of Persian Indigo #372285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.91%

R = 24.77%
G = 15.32%
B = 59.91%

CMYK

 C value IS 0.59

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#372285 (or 0x372285) is known color: Persian Indigo. HEX triplet: 37, 22 and 85. RGB value is (55,34,133). Sum of RGB (Red+Green+Blue) = 55+34+133=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #372285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372285 is #C8DD7A. Grayscale: #333333. Windows color (decimal): -13163899 or 8725047. OLE color: 8725047.

HSL color Cylindrical-coordinate representation of color #372285: hue angle of 252.73º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #372285 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 34 133 -
CMYK 0.59 0.74 0 0.48
HSL 252.73º 0.59% 0.33% -
HSV(B) 252.73º 0.74% 0.52% -
XYZ 6.38 3.65 22.56 -
YUV 51.57 173.96 130.45 -
System Red Green Blue C M Y K H S L
Decimal 55 34 133 0.59 0.74 0 0.48 252.73 0.59 0.33
Hex 37 22 85 3B 4A 0 30 FD 3B 21
Octal 67 42 205 73 112 0 60 375 73 41
Binary 110111 100010 10000101 111011 1001010 0 110000 11111101 111011 100001

Color Harmonies of #372285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372285

Black with #372285

Text Example


Text Example

White with #372285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372285; }

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

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

background-color css

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

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

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

border-color css

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

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

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