Html Css Color HEX #55029B Indigo

📋 copy color: '#55029B'

red 85 ◦ green 2 ◦ blue 155

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

Shades of Indigo #55029B

Tints of Indigo #55029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 155 (60.94% from 255) = 64.05%

R = 35.12%
G = 0.83%
B = 64.05%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55029B (or 0x55029B) is known color: Indigo. HEX triplet: 55, 02 and 9B. RGB value is (85,2,155). Sum of RGB (Red+Green+Blue) = 85+2+155=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #55029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55029B is #AAFD64. Grayscale: #2B2B2B. Windows color (decimal): -11205989 or 10158677. OLE color: 10158677.

HSL color Cylindrical-coordinate representation of color #55029B: hue angle of 272.55º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55029B is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 2 155 -
CMYK 0.45 0.99 0 0.39
HSL 272.55º 0.97% 0.31% -
HSV(B) 272.55º 0.99% 0.61% -
XYZ 9.68 4.34 31.34 -
YUV 44.26 190.5 157.06 -
System Red Green Blue C M Y K H S L
Decimal 85 2 155 0.45 0.99 0 0.39 272.55 0.97 0.31
Hex 55 2 9B 2D 63 0 27 111 61 1F
Octal 125 2 233 55 143 0 47 421 141 37
Binary 1010101 10 10011011 101101 1100011 0 100111 100010001 1100001 11111

Color Harmonies of #55029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55029B

Black with #55029B

Text Example


Text Example

White with #55029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55029B; }

 p { color: rgb(85,2,155); }

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

background-color css

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

 a { background-color: rgb(85,2,155); }

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

border-color css

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

 span { border-color: rgb(85,2,155); }

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