Html Css Color HEX #5A0B6F Indigo

📋 copy color: '#5A0B6F'

red 90 ◦ green 11 ◦ blue 111

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

Shades of Indigo #5A0B6F

Tints of Indigo #5A0B6F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.19%

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 42.45%
G = 5.19%
B = 52.36%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A0B6F (or 0x5A0B6F) is known color: Indigo. HEX triplet: 5A, 0B and 6F. RGB value is (90,11,111). Sum of RGB (Red+Green+Blue) = 90+11+111=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 11 (4.69% from 255 or 5.19% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A0B6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0B6F is #A5F490. Grayscale: #2D2D2D. Windows color (decimal): -10876049 or 7277402. OLE color: 7277402.

HSL color Cylindrical-coordinate representation of color #5A0B6F: hue angle of 287.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0B6F is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 11 111 -
CMYK 0.19 0.90 0 0.56
HSL 287.4º 0.82% 0.24% -
HSV(B) 287.4º 0.9% 0.44% -
XYZ 7.21 3.56 15.35 -
YUV 46.02 164.67 159.37 -
System Red Green Blue C M Y K H S L
Decimal 90 11 111 0.19 0.90 0 0.56 287.4 0.82 0.24
Hex 5A B 6F 13 5A 0 38 11F 52 18
Octal 132 13 157 23 132 0 70 437 122 30
Binary 1011010 1011 1101111 10011 1011010 0 111000 100011111 1010010 11000

Color Harmonies of #5A0B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0B6F

Black with #5A0B6F

Text Example


Text Example

White with #5A0B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,11,111); }

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

background-color css

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

 a { background-color: rgb(90,11,111); }

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

border-color css

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

 span { border-color: rgb(90,11,111); }

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