Html Css Color HEX #600E84 Indigo

📋 copy color: '#600E84'

red 96 ◦ green 14 ◦ blue 132

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

Shades of Indigo #600E84

Tints of Indigo #600E84

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.79%

 BLUE value IS 132 (51.95% from 255) = 54.55%

R = 39.67%
G = 5.79%
B = 54.55%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#600E84 (or 0x600E84) is known color: Indigo. HEX triplet: 60, 0E and 84. RGB value is (96,14,132). Sum of RGB (Red+Green+Blue) = 96+14+132=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #600E84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600E84 is #9FF17B. Grayscale: #333333. Windows color (decimal): -10482044 or 8654432. OLE color: 8654432.

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

Color convert

RGB 96 14 132 -
CMYK 0.27 0.89 0 0.48
HSL 281.69º 0.81% 0.29% -
HSV(B) 281.69º 0.89% 0.52% -
XYZ 9.15 4.47 22.21 -
YUV 51.97 173.17 159.41 -
System Red Green Blue C M Y K H S L
Decimal 96 14 132 0.27 0.89 0 0.48 281.69 0.81 0.29
Hex 60 E 84 1B 59 0 30 11A 51 1D
Octal 140 16 204 33 131 0 60 432 121 35
Binary 1100000 1110 10000100 11011 1011001 0 110000 100011010 1010001 11101

Color Harmonies of #600E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E84

Black with #600E84

Text Example


Text Example

White with #600E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,14,132); }

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

background-color css

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

 a { background-color: rgb(96,14,132); }

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

border-color css

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

 span { border-color: rgb(96,14,132); }

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