Html Css Color HEX #60016E Indigo

📋 copy color: '#60016E'

red 96 ◦ green 1 ◦ blue 110

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

Shades of Indigo #60016E

Tints of Indigo #60016E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 110 (43.36% from 255) = 53.14%

R = 46.38%
G = 0.48%
B = 53.14%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60016E (or 0x60016E) is known color: Indigo. HEX triplet: 60, 01 and 6E. RGB value is (96,1,110). Sum of RGB (Red+Green+Blue) = 96+1+110=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #60016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60016E is #9FFE91. Grayscale: #292929. Windows color (decimal): -10485394 or 7209312. OLE color: 7209312.

HSL color Cylindrical-coordinate representation of color #60016E: hue angle of 292.29º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #60016E is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 1 110 -
CMYK 0.13 0.99 0 0.57
HSL 292.29º 0.98% 0.22% -
HSV(B) 292.29º 0.99% 0.43% -
XYZ 7.65 3.63 15.05 -
YUV 41.83 166.47 166.64 -
System Red Green Blue C M Y K H S L
Decimal 96 1 110 0.13 0.99 0 0.57 292.29 0.98 0.22
Hex 60 1 6E D 63 0 39 124 62 16
Octal 140 1 156 15 143 0 71 444 142 26
Binary 1100000 1 1101110 1101 1100011 0 111001 100100100 1100010 10110

Color Harmonies of #60016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60016E

Black with #60016E

Text Example


Text Example

White with #60016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,1,110); }

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

background-color css

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

 a { background-color: rgb(96,1,110); }

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

border-color css

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

 span { border-color: rgb(96,1,110); }

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