Html Css Color HEX #600D99 Indigo

📋 copy color: '#600D99'

red 96 ◦ green 13 ◦ blue 153

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

Shades of Indigo #600D99

Tints of Indigo #600D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 36.64%
G = 4.96%
B = 58.4%

CMYK

 C value IS 0.37

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#600D99 (or 0x600D99) is known color: Indigo. HEX triplet: 60, 0D and 99. RGB value is (96,13,153). Sum of RGB (Red+Green+Blue) = 96+13+153=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #600D99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600D99 is #9FF266. Grayscale: #353535. Windows color (decimal): -10482279 or 10030432. OLE color: 10030432.

HSL color Cylindrical-coordinate representation of color #600D99: hue angle of 275.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600D99 is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 13 153 -
CMYK 0.37 0.92 0 0.4
HSL 275.57º 0.84% 0.33% -
HSV(B) 275.57º 0.92% 0.6% -
XYZ 10.72 5.07 30.55 -
YUV 53.78 184 158.12 -
System Red Green Blue C M Y K H S L
Decimal 96 13 153 0.37 0.92 0 0.4 275.57 0.84 0.33
Hex 60 D 99 25 5C 0 28 114 54 21
Octal 140 15 231 45 134 0 50 424 124 41
Binary 1100000 1101 10011001 100101 1011100 0 101000 100010100 1010100 100001

Color Harmonies of #600D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D99

Black with #600D99

Text Example


Text Example

White with #600D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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