Html Css Color HEX #60007A Indigo

📋 copy color: '#60007A'

red 96 ◦ green 0 ◦ blue 122

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

Shades of Indigo #60007A

Tints of Indigo #60007A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.04%
G = 0%
B = 55.96%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60007A (or 0x60007A) is known color: Indigo. HEX triplet: 60, 00 and 7A. RGB value is (96,0,122). Sum of RGB (Red+Green+Blue) = 96+0+122=218 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.04% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 122 (48.05% from 255 or 55.96% from 218); Max value from RGB is 122 - color contains mainly: blue. Hex color #60007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60007A is #9FFF85. Grayscale: #2A2A2A. Windows color (decimal): -10485638 or 7995488. OLE color: 7995488.

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

Color convert

RGB 96 0 122 -
CMYK 0.21 1 0 0.52
HSL 287.21º 1% 0.24% -
HSV(B) 287.21º 1% 0.48% -
XYZ 8.34 3.89 18.72 -
YUV 42.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 96 0 122 0.21 1 0 0.52 287.21 1 0.24
Hex 60 0 7A 15 64 0 34 11F 64 18
Octal 140 0 172 25 144 0 64 437 144 30
Binary 1100000 0 1111010 10101 1100100 0 110100 100011111 1100100 11000

Color Harmonies of #60007A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60007A

Black with #60007A

Text Example


Text Example

White with #60007A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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