Html Css Color HEX #600A72 Indigo

📋 copy color: '#600A72'

red 96 ◦ green 10 ◦ blue 114

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

Shades of Indigo #600A72

Tints of Indigo #600A72

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.55%

 BLUE value IS 114 (44.92% from 255) = 51.82%

R = 43.64%
G = 4.55%
B = 51.82%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600A72 (or 0x600A72) is known color: Indigo. HEX triplet: 60, 0A and 72. RGB value is (96,10,114). Sum of RGB (Red+Green+Blue) = 96+10+114=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #600A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600A72 is #9FF58D. Grayscale: #2F2F2F. Windows color (decimal): -10483086 or 7473760. OLE color: 7473760.

HSL color Cylindrical-coordinate representation of color #600A72: hue angle of 289.62º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600A72 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 10 114 -
CMYK 0.16 0.91 0 0.55
HSL 289.62º 0.84% 0.24% -
HSV(B) 289.62º 0.91% 0.45% -
XYZ 7.97 3.92 16.26 -
YUV 47.57 165.49 162.54 -
System Red Green Blue C M Y K H S L
Decimal 96 10 114 0.16 0.91 0 0.55 289.62 0.84 0.24
Hex 60 A 72 10 5B 0 37 122 54 18
Octal 140 12 162 20 133 0 67 442 124 30
Binary 1100000 1010 1110010 10000 1011011 0 110111 100100010 1010100 11000

Color Harmonies of #600A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A72

Black with #600A72

Text Example


Text Example

White with #600A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600A72; }

 p { color: rgb(96,10,114); }

 H1.HeaderClassName
 {
   color: #600A72;
 }
 .AnyTagClassName
 {
   color: #600A72;
 }
</style>

background-color css

<style>
 a { background-color: #600A72; }

 a { background-color: rgb(96,10,114); }

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

border-color css

<style>
 span { border-color: #600A72; }

 span { border-color: rgb(96,10,114); }

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