Html Css Color HEX #55007D Indigo

📋 copy color: '#55007D'

red 85 ◦ green 0 ◦ blue 125

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

Shades of Indigo #55007D

Tints of Indigo #55007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.52%

R = 40.48%
G = 0%
B = 59.52%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55007D (or 0x55007D) is known color: Indigo. HEX triplet: 55, 00 and 7D. RGB value is (85,0,125). Sum of RGB (Red+Green+Blue) = 85+0+125=210 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.48% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 125 (49.22% from 255 or 59.52% from 210); Max value from RGB is 125 - color contains mainly: blue. Hex color #55007D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #55007D is #AAFF82. Grayscale: #272727. Windows color (decimal): -11206531 or 8192085. OLE color: 8192085.

HSL color Cylindrical-coordinate representation of color #55007D: hue angle of 280.8º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #55007D is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 0 125 -
CMYK 0.32 1 0 0.51
HSL 280.8º 1% 0.25% -
HSV(B) 280.8º 1% 0.49% -
XYZ 7.45 3.41 19.67 -
YUV 39.67 176.16 160.34 -
System Red Green Blue C M Y K H S L
Decimal 85 0 125 0.32 1 0 0.51 280.8 1 0.25
Hex 55 0 7D 20 64 0 33 119 64 19
Octal 125 0 175 40 144 0 63 431 144 31
Binary 1010101 0 1111101 100000 1100100 0 110011 100011001 1100100 11001

Color Harmonies of #55007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55007D

Black with #55007D

Text Example


Text Example

White with #55007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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