Html Css Color HEX #5A069F Indigo

📋 copy color: '#5A069F'

red 90 ◦ green 6 ◦ blue 159

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

Shades of Indigo #5A069F

Tints of Indigo #5A069F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.35%

 BLUE value IS 159 (62.5% from 255) = 62.35%

R = 35.29%
G = 2.35%
B = 62.35%

CMYK

 C value IS 0.43

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A069F (or 0x5A069F) is known color: Indigo. HEX triplet: 5A, 06 and 9F. RGB value is (90,6,159). Sum of RGB (Red+Green+Blue) = 90+6+159=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #5A069F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A069F is #A5F960. Grayscale: #303030. Windows color (decimal): -10877281 or 10421850. OLE color: 10421850.

HSL color Cylindrical-coordinate representation of color #5A069F: hue angle of 272.94º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A069F is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 6 159 -
CMYK 0.43 0.96 0 0.38
HSL 272.94º 0.93% 0.32% -
HSV(B) 272.94º 0.96% 0.62% -
XYZ 10.54 4.81 33.17 -
YUV 48.56 190.33 157.56 -
System Red Green Blue C M Y K H S L
Decimal 90 6 159 0.43 0.96 0 0.38 272.94 0.93 0.32
Hex 5A 6 9F 2B 60 0 26 111 5D 20
Octal 132 6 237 53 140 0 46 421 135 40
Binary 1011010 110 10011111 101011 1100000 0 100110 100010001 1011101 100000

Color Harmonies of #5A069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A069F

Black with #5A069F

Text Example


Text Example

White with #5A069F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,6,159); }

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

background-color css

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

 a { background-color: rgb(90,6,159); }

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

border-color css

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

 span { border-color: rgb(90,6,159); }

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