Html Css Color HEX #5A0F6C Indigo

📋 copy color: '#5A0F6C'

red 90 ◦ green 15 ◦ blue 108

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

Shades of Indigo #5A0F6C

Tints of Indigo #5A0F6C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.04%

 BLUE value IS 108 (42.58% from 255) = 50.7%

R = 42.25%
G = 7.04%
B = 50.7%

CMYK

 C value IS 0.17

 M value IS 0.86

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5A0F6C (or 0x5A0F6C) is known color: Indigo. HEX triplet: 5A, 0F and 6C. RGB value is (90,15,108). Sum of RGB (Red+Green+Blue) = 90+15+108=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A0F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0F6C is #A5F093. Grayscale: #2F2F2F. Windows color (decimal): -10875028 or 7081818. OLE color: 7081818.

HSL color Cylindrical-coordinate representation of color #5A0F6C: hue angle of 288.39º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A0F6C is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 15 108 -
CMYK 0.17 0.86 0 0.58
HSL 288.39º 0.76% 0.24% -
HSV(B) 288.39º 0.86% 0.42% -
XYZ 7.09 3.6 14.51 -
YUV 48.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 90 15 108 0.17 0.86 0 0.58 288.39 0.76 0.24
Hex 5A F 6C 11 56 0 3A 120 4C 18
Octal 132 17 154 21 126 0 72 440 114 30
Binary 1011010 1111 1101100 10001 1010110 0 111010 100100000 1001100 11000

Color Harmonies of #5A0F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0F6C

Black with #5A0F6C

Text Example


Text Example

White with #5A0F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,15,108); }

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

background-color css

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

 a { background-color: rgb(90,15,108); }

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

border-color css

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

 span { border-color: rgb(90,15,108); }

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