Html Css Color HEX #55007B Indigo

📋 copy color: '#55007B'

red 85 ◦ green 0 ◦ blue 123

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

Shades of Indigo #55007B

Tints of Indigo #55007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 123 (48.44% from 255) = 59.13%

R = 40.87%
G = 0%
B = 59.13%

CMYK

 C value IS 0.31

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55007B (or 0x55007B) is known color: Indigo. HEX triplet: 55, 00 and 7B. RGB value is (85,0,123). Sum of RGB (Red+Green+Blue) = 85+0+123=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #55007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55007B is #AAFF84. Grayscale: #272727. Windows color (decimal): -11206533 or 8061013. OLE color: 8061013.

HSL color Cylindrical-coordinate representation of color #55007B: hue angle of 281.46º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55007B is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 0 123 -
CMYK 0.31 1 0 0.52
HSL 281.46º 1% 0.24% -
HSV(B) 281.46º 1% 0.48% -
XYZ 7.32 3.36 19 -
YUV 39.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 85 0 123 0.31 1 0 0.52 281.46 1 0.24
Hex 55 0 7B 1F 64 0 34 119 64 18
Octal 125 0 173 37 144 0 64 431 144 30
Binary 1010101 0 1111011 11111 1100100 0 110100 100011001 1100100 11000

Color Harmonies of #55007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55007B

Black with #55007B

Text Example


Text Example

White with #55007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,0,123); }

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

background-color css

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

 a { background-color: rgb(85,0,123); }

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

border-color css

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

 span { border-color: rgb(85,0,123); }

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