Html Css Color HEX #500269 Indigo

📋 copy color: '#500269'

red 80 ◦ green 2 ◦ blue 105

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

Shades of Indigo #500269

Tints of Indigo #500269

RGB

 RED value IS 80 (31.64% from 255) = 42.78%

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

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

R = 42.78%
G = 1.07%
B = 56.15%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#500269 (or 0x500269) is known color: Indigo. HEX triplet: 50, 02 and 69. RGB value is (80,2,105). Sum of RGB (Red+Green+Blue) = 80+2+105=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 105 (41.41% from 255 or 56.15% from 187); Max value from RGB is 105 - color contains mainly: blue. Hex color #500269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500269 is #AFFD96. Grayscale: #242424. Windows color (decimal): -11533719 or 6881872. OLE color: 6881872.

HSL color Cylindrical-coordinate representation of color #500269: hue angle of 285.44º 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 #500269 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 2 105 -
CMYK 0.24 0.98 0 0.59
HSL 285.44º 0.96% 0.21% -
HSV(B) 285.44º 0.98% 0.41% -
XYZ 5.88 2.77 13.59 -
YUV 37.06 166.34 158.62 -
System Red Green Blue C M Y K H S L
Decimal 80 2 105 0.24 0.98 0 0.59 285.44 0.96 0.21
Hex 50 2 69 18 62 0 3B 11D 60 15
Octal 120 2 151 30 142 0 73 435 140 25
Binary 1010000 10 1101001 11000 1100010 0 111011 100011101 1100000 10101

Color Harmonies of #500269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500269

Black with #500269

Text Example


Text Example

White with #500269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500269; }

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

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

background-color css

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

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

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

border-color css

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

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

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