Html Css Color HEX #600D7A Indigo

📋 copy color: '#600D7A'

red 96 ◦ green 13 ◦ blue 122

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

Shades of Indigo #600D7A

Tints of Indigo #600D7A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.63%

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

R = 41.56%
G = 5.63%
B = 52.81%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#600D7A (or 0x600D7A) is known color: Indigo. HEX triplet: 60, 0D and 7A. RGB value is (96,13,122). Sum of RGB (Red+Green+Blue) = 96+13+122=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #600D7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600D7A is #9FF285. Grayscale: #313131. Windows color (decimal): -10482310 or 7998816. OLE color: 7998816.

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

Color convert

RGB 96 13 122 -
CMYK 0.21 0.89 0 0.52
HSL 285.69º 0.81% 0.26% -
HSV(B) 285.69º 0.89% 0.48% -
XYZ 8.48 4.18 18.77 -
YUV 50.24 168.5 160.64 -
System Red Green Blue C M Y K H S L
Decimal 96 13 122 0.21 0.89 0 0.52 285.69 0.81 0.26
Hex 60 D 7A 15 59 0 34 11E 51 1A
Octal 140 15 172 25 131 0 64 436 121 32
Binary 1100000 1101 1111010 10101 1011001 0 110100 100011110 1010001 11010

Color Harmonies of #600D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D7A

Black with #600D7A

Text Example


Text Example

White with #600D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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