Html Css Color HEX #5A0C6D Indigo

📋 copy color: '#5A0C6D'

red 90 ◦ green 12 ◦ blue 109

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

Shades of Indigo #5A0C6D

Tints of Indigo #5A0C6D

RGB

 RED value IS 90 (35.55% from 255) = 42.65%

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

 BLUE value IS 109 (42.97% from 255) = 51.66%

R = 42.65%
G = 5.69%
B = 51.66%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A0C6D (or 0x5A0C6D) is known color: Indigo. HEX triplet: 5A, 0C and 6D. RGB value is (90,12,109). Sum of RGB (Red+Green+Blue) = 90+12+109=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #5A0C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0C6D is #A5F392. Grayscale: #2E2E2E. Windows color (decimal): -10875795 or 7146586. OLE color: 7146586.

HSL color Cylindrical-coordinate representation of color #5A0C6D: hue angle of 288.25º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A0C6D is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 12 109 -
CMYK 0.17 0.89 0 0.57
HSL 288.25º 0.8% 0.24% -
HSV(B) 288.25º 0.89% 0.43% -
XYZ 7.11 3.54 14.78 -
YUV 46.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 90 12 109 0.17 0.89 0 0.57 288.25 0.8 0.24
Hex 5A C 6D 11 59 0 39 120 50 18
Octal 132 14 155 21 131 0 71 440 120 30
Binary 1011010 1100 1101101 10001 1011001 0 111001 100100000 1010000 11000

Color Harmonies of #5A0C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0C6D

Black with #5A0C6D

Text Example


Text Example

White with #5A0C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0C6D; }

 p { color: rgb(90,12,109); }

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

background-color css

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

 a { background-color: rgb(90,12,109); }

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

border-color css

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

 span { border-color: rgb(90,12,109); }

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