Html Css Color HEX #55019B Indigo

📋 copy color: '#55019B'

red 85 ◦ green 1 ◦ blue 155

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

Shades of Indigo #55019B

Tints of Indigo #55019B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 35.27%
G = 0.41%
B = 64.32%

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

#55019B (or 0x55019B) is known color: Indigo. HEX triplet: 55, 01 and 9B. RGB value is (85,1,155). Sum of RGB (Red+Green+Blue) = 85+1+155=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #55019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #55019B is #AAFE64. Grayscale: #2B2B2B. Windows color (decimal): -11206245 or 10158421. OLE color: 10158421.

HSL color Cylindrical-coordinate representation of color #55019B: hue angle of 272.73º degrees, saturation: 0.99, 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 #55019B is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 1 155 -
CMYK 0.45 0.99 0 0.39
HSL 272.73º 0.99% 0.31% -
HSV(B) 272.73º 0.99% 0.61% -
XYZ 9.67 4.32 31.33 -
YUV 43.67 190.83 157.48 -
System Red Green Blue C M Y K H S L
Decimal 85 1 155 0.45 0.99 0 0.39 272.73 0.99 0.31
Hex 55 1 9B 2D 63 0 27 111 63 1F
Octal 125 1 233 55 143 0 47 421 143 37
Binary 1010101 1 10011011 101101 1100011 0 100111 100010001 1100011 11111

Color Harmonies of #55019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55019B

Black with #55019B

Text Example


Text Example

White with #55019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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