Html Css Color HEX #55027A Indigo

📋 copy color: '#55027A'

red 85 ◦ green 2 ◦ blue 122

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

Shades of Indigo #55027A

Tints of Indigo #55027A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 58.37%

R = 40.67%
G = 0.96%
B = 58.37%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55027A (or 0x55027A) is known color: Indigo. HEX triplet: 55, 02 and 7A. RGB value is (85,2,122). Sum of RGB (Red+Green+Blue) = 85+2+122=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #55027A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55027A is #AAFD85. Grayscale: #282828. Windows color (decimal): -11206022 or 7995989. OLE color: 7995989.

HSL color Cylindrical-coordinate representation of color #55027A: hue angle of 281.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55027A is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 2 122 -
CMYK 0.30 0.98 0 0.52
HSL 281.5º 0.97% 0.24% -
HSV(B) 281.5º 0.98% 0.48% -
XYZ 7.28 3.38 18.68 -
YUV 40.5 174 159.74 -
System Red Green Blue C M Y K H S L
Decimal 85 2 122 0.30 0.98 0 0.52 281.5 0.97 0.24
Hex 55 2 7A 1E 62 0 34 11A 61 18
Octal 125 2 172 36 142 0 64 432 141 30
Binary 1010101 10 1111010 11110 1100010 0 110100 100011010 1100001 11000

Color Harmonies of #55027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55027A

Black with #55027A

Text Example


Text Example

White with #55027A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55027A; }

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

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

background-color css

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

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

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

border-color css

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

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

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