Html Css Color HEX #550269 Indigo

📋 copy color: '#550269'

red 85 ◦ green 2 ◦ blue 105

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

Shades of Indigo #550269

Tints of Indigo #550269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.69%

R = 44.27%
G = 1.04%
B = 54.69%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#550269 (or 0x550269) is known color: Indigo. HEX triplet: 55, 02 and 69. RGB value is (85,2,105). Sum of RGB (Red+Green+Blue) = 85+2+105=192 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.27% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 105 (41.41% from 255 or 54.69% from 192); Max value from RGB is 105 - color contains mainly: blue. Hex color #550269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550269 is #AAFD96. Grayscale: #262626. Windows color (decimal): -11206039 or 6881877. OLE color: 6881877.

HSL color Cylindrical-coordinate representation of color #550269: hue angle of 288.35º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550269 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 2 105 -
CMYK 0.19 0.98 0 0.59
HSL 288.35º 0.96% 0.21% -
HSV(B) 288.35º 0.98% 0.41% -
XYZ 6.32 2.99 13.61 -
YUV 38.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 85 2 105 0.19 0.98 0 0.59 288.35 0.96 0.21
Hex 55 2 69 13 62 0 3B 120 60 15
Octal 125 2 151 23 142 0 73 440 140 25
Binary 1010101 10 1101001 10011 1100010 0 111011 100100000 1100000 10101

Color Harmonies of #550269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550269

Black with #550269

Text Example


Text Example

White with #550269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550269; }

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

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

background-color css

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

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

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

border-color css

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

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

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