Html Css Color HEX #372380 Persian Indigo

📋 copy color: '#372380'

red 55 ◦ green 35 ◦ blue 128

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

Shades of Persian Indigo #372380

Tints of Persian Indigo #372380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.06%

 BLUE value IS 128 (50.39% from 255) = 58.72%

R = 25.23%
G = 16.06%
B = 58.72%

CMYK

 C value IS 0.57

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#372380 (or 0x372380) is known color: Persian Indigo. HEX triplet: 37, 23 and 80. RGB value is (55,35,128). Sum of RGB (Red+Green+Blue) = 55+35+128=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #372380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372380 is #C8DC7F. Grayscale: #333333. Windows color (decimal): -13163648 or 8397623. OLE color: 8397623.

HSL color Cylindrical-coordinate representation of color #372380: hue angle of 252.9º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372380 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 35 128 -
CMYK 0.57 0.73 0 0.50
HSL 252.9º 0.57% 0.32% -
HSV(B) 252.9º 0.73% 0.5% -
XYZ 6.07 3.57 20.79 -
YUV 51.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 55 35 128 0.57 0.73 0 0.50 252.9 0.57 0.32
Hex 37 23 80 39 49 0 32 FD 39 20
Octal 67 43 200 71 111 0 62 375 71 40
Binary 110111 100011 10000000 111001 1001001 0 110010 11111101 111001 100000

Color Harmonies of #372380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372380

Black with #372380

Text Example


Text Example

White with #372380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372380; }

 p { color: rgb(55,35,128); }

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

background-color css

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

 a { background-color: rgb(55,35,128); }

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

border-color css

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

 span { border-color: rgb(55,35,128); }

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