Html Css Color HEX #60059E Indigo

📋 copy color: '#60059E'

red 96 ◦ green 5 ◦ blue 158

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

Shades of Indigo #60059E

Tints of Indigo #60059E

RGB

 RED value IS 96 (37.89% from 255) = 37.07%

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 158 (62.11% from 255) = 61%

R = 37.07%
G = 1.93%
B = 61%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60059E (or 0x60059E) is known color: Indigo. HEX triplet: 60, 05 and 9E. RGB value is (96,5,158). Sum of RGB (Red+Green+Blue) = 96+5+158=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #60059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60059E is #9FFA61. Grayscale: #313131. Windows color (decimal): -10484322 or 10356064. OLE color: 10356064.

HSL color Cylindrical-coordinate representation of color #60059E: hue angle of 275.69º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #60059E is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 5 158 -
CMYK 0.39 0.97 0 0.38
HSL 275.69º 0.94% 0.32% -
HSV(B) 275.69º 0.97% 0.62% -
XYZ 11.05 5.06 32.74 -
YUV 49.65 189.15 161.06 -
System Red Green Blue C M Y K H S L
Decimal 96 5 158 0.39 0.97 0 0.38 275.69 0.94 0.32
Hex 60 5 9E 27 61 0 26 114 5E 20
Octal 140 5 236 47 141 0 46 424 136 40
Binary 1100000 101 10011110 100111 1100001 0 100110 100010100 1011110 100000

Color Harmonies of #60059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60059E

Black with #60059E

Text Example


Text Example

White with #60059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60059E; }

 p { color: rgb(96,5,158); }

 H1.HeaderClassName
 {
   color: #60059E;
 }
 .AnyTagClassName
 {
   color: #60059E;
 }
</style>

background-color css

<style>
 a { background-color: #60059E; }

 a { background-color: rgb(96,5,158); }

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

border-color css

<style>
 span { border-color: #60059E; }

 span { border-color: rgb(96,5,158); }

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