Html Css Color HEX #5A106E Indigo

📋 copy color: '#5A106E'

red 90 ◦ green 16 ◦ blue 110

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

Shades of Indigo #5A106E

Tints of Indigo #5A106E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 110 (43.36% from 255) = 50.93%

R = 41.67%
G = 7.41%
B = 50.93%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5A106E (or 0x5A106E) is known color: Indigo. HEX triplet: 5A, 10 and 6E. RGB value is (90,16,110). Sum of RGB (Red+Green+Blue) = 90+16+110=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #5A106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A106E is #A5EF91. Grayscale: #303030. Windows color (decimal): -10874770 or 7213146. OLE color: 7213146.

HSL color Cylindrical-coordinate representation of color #5A106E: hue angle of 287.23º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A106E is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 90 16 110 -
CMYK 0.18 0.85 0 0.57
HSL 287.23º 0.75% 0.25% -
HSV(B) 287.23º 0.85% 0.43% -
XYZ 7.22 3.67 15.08 -
YUV 48.84 162.52 157.36 -
System Red Green Blue C M Y K H S L
Decimal 90 16 110 0.18 0.85 0 0.57 287.23 0.75 0.25
Hex 5A 10 6E 12 55 0 39 11F 4B 19
Octal 132 20 156 22 125 0 71 437 113 31
Binary 1011010 10000 1101110 10010 1010101 0 111001 100011111 1001011 11001

Color Harmonies of #5A106E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A106E

Black with #5A106E

Text Example


Text Example

White with #5A106E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,16,110); }

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

background-color css

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

 a { background-color: rgb(90,16,110); }

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

border-color css

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

 span { border-color: rgb(90,16,110); }

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