Html Css Color HEX #55039D Indigo

📋 copy color: '#55039D'

red 85 ◦ green 3 ◦ blue 157

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

Shades of Indigo #55039D

Tints of Indigo #55039D

RGB

 RED value IS 85 (33.59% from 255) = 34.69%

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 157 (61.72% from 255) = 64.08%

R = 34.69%
G = 1.22%
B = 64.08%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55039D (or 0x55039D) is known color: Indigo. HEX triplet: 55, 03 and 9D. RGB value is (85,3,157). Sum of RGB (Red+Green+Blue) = 85+3+157=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #55039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55039D is #AAFC62. Grayscale: #2C2C2C. Windows color (decimal): -11205731 or 10290005. OLE color: 10290005.

HSL color Cylindrical-coordinate representation of color #55039D: hue angle of 271.95º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55039D is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 3 157 -
CMYK 0.46 0.98 0 0.38
HSL 271.95º 0.96% 0.31% -
HSV(B) 271.95º 0.98% 0.62% -
XYZ 9.86 4.43 32.23 -
YUV 45.07 191.17 156.48 -
System Red Green Blue C M Y K H S L
Decimal 85 3 157 0.46 0.98 0 0.38 271.95 0.96 0.31
Hex 55 3 9D 2E 62 0 26 110 60 1F
Octal 125 3 235 56 142 0 46 420 140 37
Binary 1010101 11 10011101 101110 1100010 0 100110 100010000 1100000 11111

Color Harmonies of #55039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55039D

Black with #55039D

Text Example


Text Example

White with #55039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55039D; }

 p { color: rgb(85,3,157); }

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

background-color css

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

 a { background-color: rgb(85,3,157); }

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

border-color css

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

 span { border-color: rgb(85,3,157); }

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