Html Css Color HEX #60077A Indigo

📋 copy color: '#60077A'

red 96 ◦ green 7 ◦ blue 122

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

Shades of Indigo #60077A

Tints of Indigo #60077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.11%

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

R = 42.67%
G = 3.11%
B = 54.22%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#60077A (or 0x60077A) is known color: Indigo. HEX triplet: 60, 07 and 7A. RGB value is (96,7,122). Sum of RGB (Red+Green+Blue) = 96+7+122=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #60077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60077A is #9FF885. Grayscale: #2E2E2E. Windows color (decimal): -10483846 or 7997280. OLE color: 7997280.

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

Color convert

RGB 96 7 122 -
CMYK 0.21 0.94 0 0.52
HSL 286.43º 0.89% 0.25% -
HSV(B) 286.43º 0.94% 0.48% -
XYZ 8.41 4.04 18.75 -
YUV 46.72 170.49 163.15 -
System Red Green Blue C M Y K H S L
Decimal 96 7 122 0.21 0.94 0 0.52 286.43 0.89 0.25
Hex 60 7 7A 15 5E 0 34 11E 59 19
Octal 140 7 172 25 136 0 64 436 131 31
Binary 1100000 111 1111010 10101 1011110 0 110100 100011110 1011001 11001

Color Harmonies of #60077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60077A

Black with #60077A

Text Example


Text Example

White with #60077A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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