Html Css Color HEX #500C85 Indigo

📋 copy color: '#500C85'

red 80 ◦ green 12 ◦ blue 133

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

Shades of Indigo #500C85

Tints of Indigo #500C85

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.33%

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 35.56%
G = 5.33%
B = 59.11%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#500C85 (or 0x500C85) is known color: Indigo. HEX triplet: 50, 0C and 85. RGB value is (80,12,133). Sum of RGB (Red+Green+Blue) = 80+12+133=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #500C85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500C85 is #AFF37A. Grayscale: #2D2D2D. Windows color (decimal): -11531131 or 8719440. OLE color: 8719440.

HSL color Cylindrical-coordinate representation of color #500C85: hue angle of 273.72º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500C85 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 80 12 133 -
CMYK 0.40 0.91 0 0.48
HSL 273.72º 0.83% 0.28% -
HSV(B) 273.72º 0.91% 0.52% -
XYZ 7.67 3.66 22.49 -
YUV 46.13 177.03 152.16 -
System Red Green Blue C M Y K H S L
Decimal 80 12 133 0.40 0.91 0 0.48 273.72 0.83 0.28
Hex 50 C 85 28 5B 0 30 112 53 1C
Octal 120 14 205 50 133 0 60 422 123 34
Binary 1010000 1100 10000101 101000 1011011 0 110000 100010010 1010011 11100

Color Harmonies of #500C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500C85

Black with #500C85

Text Example


Text Example

White with #500C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500C85; }

 p { color: rgb(80,12,133); }

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

background-color css

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

 a { background-color: rgb(80,12,133); }

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

border-color css

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

 span { border-color: rgb(80,12,133); }

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