Html Css Color HEX #60097A Indigo

📋 copy color: '#60097A'

red 96 ◦ green 9 ◦ blue 122

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

Shades of Indigo #60097A

Tints of Indigo #60097A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.96%

 BLUE value IS 122 (48.05% from 255) = 53.74%

R = 42.29%
G = 3.96%
B = 53.74%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60097A (or 0x60097A) is known color: Indigo. HEX triplet: 60, 09 and 7A. RGB value is (96,9,122). Sum of RGB (Red+Green+Blue) = 96+9+122=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #60097A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60097A is #9FF685. Grayscale: #2F2F2F. Windows color (decimal): -10483334 or 7997792. OLE color: 7997792.

HSL color Cylindrical-coordinate representation of color #60097A: hue angle of 286.19º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #60097A is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 96 9 122 -
CMYK 0.21 0.93 0 0.52
HSL 286.19º 0.86% 0.26% -
HSV(B) 286.19º 0.93% 0.48% -
XYZ 8.43 4.09 18.76 -
YUV 47.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 96 9 122 0.21 0.93 0 0.52 286.19 0.86 0.26
Hex 60 9 7A 15 5D 0 34 11E 56 1A
Octal 140 11 172 25 135 0 64 436 126 32
Binary 1100000 1001 1111010 10101 1011101 0 110100 100011110 1010110 11010

Color Harmonies of #60097A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60097A

Black with #60097A

Text Example


Text Example

White with #60097A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60097A; }

 p { color: rgb(96,9,122); }

 H1.HeaderClassName
 {
   color: #60097A;
 }
 .AnyTagClassName
 {
   color: #60097A;
 }
</style>

background-color css

<style>
 a { background-color: #60097A; }

 a { background-color: rgb(96,9,122); }

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

border-color css

<style>
 span { border-color: #60097A; }

 span { border-color: rgb(96,9,122); }

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