Html Css Color HEX #5A0368 Indigo

📋 copy color: '#5A0368'

red 90 ◦ green 3 ◦ blue 104

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

Shades of Indigo #5A0368

Tints of Indigo #5A0368

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.52%

 BLUE value IS 104 (41.02% from 255) = 52.79%

R = 45.69%
G = 1.52%
B = 52.79%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5A0368 (or 0x5A0368) is known color: Indigo. HEX triplet: 5A, 03 and 68. RGB value is (90,3,104). Sum of RGB (Red+Green+Blue) = 90+3+104=197 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.69% from 197); Green value is 3 (1.56% from 255 or 1.52% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A0368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0368 is #A5FC97. Grayscale: #282828. Windows color (decimal): -10878104 or 6816602. OLE color: 6816602.

HSL color Cylindrical-coordinate representation of color #5A0368: hue angle of 291.68º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0368 is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 3 104 -
CMYK 0.13 0.97 0 0.59
HSL 291.68º 0.94% 0.21% -
HSV(B) 291.68º 0.97% 0.41% -
XYZ 6.75 3.24 13.37 -
YUV 40.53 163.82 163.29 -
System Red Green Blue C M Y K H S L
Decimal 90 3 104 0.13 0.97 0 0.59 291.68 0.94 0.21
Hex 5A 3 68 D 61 0 3B 124 5E 15
Octal 132 3 150 15 141 0 73 444 136 25
Binary 1011010 11 1101000 1101 1100001 0 111011 100100100 1011110 10101

Color Harmonies of #5A0368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0368

Black with #5A0368

Text Example


Text Example

White with #5A0368

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,3,104); }

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

background-color css

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

 a { background-color: rgb(90,3,104); }

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

border-color css

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

 span { border-color: rgb(90,3,104); }

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