Html Css Color HEX #60059D Indigo

📋 copy color: '#60059D'

red 96 ◦ green 5 ◦ blue 157

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

Shades of Indigo #60059D

Tints of Indigo #60059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.85%

R = 37.21%
G = 1.94%
B = 60.85%

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

#60059D (or 0x60059D) is known color: Indigo. HEX triplet: 60, 05 and 9D. RGB value is (96,5,157). Sum of RGB (Red+Green+Blue) = 96+5+157=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #60059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60059D is #9FFA62. Grayscale: #313131. Windows color (decimal): -10484323 or 10290528. OLE color: 10290528.

HSL color Cylindrical-coordinate representation of color #60059D: hue angle of 275.92º 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 #60059D is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 5 157 -
CMYK 0.39 0.97 0 0.38
HSL 275.92º 0.94% 0.32% -
HSV(B) 275.92º 0.97% 0.62% -
XYZ 10.96 5.03 32.29 -
YUV 49.54 188.65 161.14 -
System Red Green Blue C M Y K H S L
Decimal 96 5 157 0.39 0.97 0 0.38 275.92 0.94 0.32
Hex 60 5 9D 27 61 0 26 114 5E 20
Octal 140 5 235 47 141 0 46 424 136 40
Binary 1100000 101 10011101 100111 1100001 0 100110 100010100 1011110 100000

Color Harmonies of #60059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60059D

Black with #60059D

Text Example


Text Example

White with #60059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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