Html Css Color HEX #600D74 Indigo

📋 copy color: '#600D74'

red 96 ◦ green 13 ◦ blue 116

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

Shades of Indigo #600D74

Tints of Indigo #600D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.56%

R = 42.67%
G = 5.78%
B = 51.56%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#600D74 (or 0x600D74) is known color: Indigo. HEX triplet: 60, 0D and 74. RGB value is (96,13,116). Sum of RGB (Red+Green+Blue) = 96+13+116=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #600D74 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #600D74 is #9FF28B. Grayscale: #313131. Windows color (decimal): -10482316 or 7605600. OLE color: 7605600.

HSL color Cylindrical-coordinate representation of color #600D74: hue angle of 288.35º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #600D74 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 13 116 -
CMYK 0.17 0.89 0 0.55
HSL 288.35º 0.8% 0.25% -
HSV(B) 288.35º 0.89% 0.45% -
XYZ 8.12 4.04 16.87 -
YUV 49.56 165.5 161.12 -
System Red Green Blue C M Y K H S L
Decimal 96 13 116 0.17 0.89 0 0.55 288.35 0.8 0.25
Hex 60 D 74 11 59 0 37 120 50 19
Octal 140 15 164 21 131 0 67 440 120 31
Binary 1100000 1101 1110100 10001 1011001 0 110111 100100000 1010000 11001

Color Harmonies of #600D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600D74

Black with #600D74

Text Example


Text Example

White with #600D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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