Html Css Color HEX #600E85 Indigo

📋 copy color: '#600E85'

red 96 ◦ green 14 ◦ blue 133

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

Shades of Indigo #600E85

Tints of Indigo #600E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.73%

R = 39.51%
G = 5.76%
B = 54.73%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#600E85 (or 0x600E85) is known color: Indigo. HEX triplet: 60, 0E and 85. RGB value is (96,14,133). Sum of RGB (Red+Green+Blue) = 96+14+133=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 14 (5.86% from 255 or 5.76% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #600E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600E85 is #9FF17A. Grayscale: #333333. Windows color (decimal): -10482043 or 8719968. OLE color: 8719968.

HSL color Cylindrical-coordinate representation of color #600E85: hue angle of 281.34º 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 #600E85 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 96 14 133 -
CMYK 0.28 0.89 0 0.48
HSL 281.34º 0.81% 0.29% -
HSV(B) 281.34º 0.89% 0.52% -
XYZ 9.21 4.49 22.57 -
YUV 52.08 173.67 159.32 -
System Red Green Blue C M Y K H S L
Decimal 96 14 133 0.28 0.89 0 0.48 281.34 0.81 0.29
Hex 60 E 85 1C 59 0 30 119 51 1D
Octal 140 16 205 34 131 0 60 431 121 35
Binary 1100000 1110 10000101 11100 1011001 0 110000 100011001 1010001 11101

Color Harmonies of #600E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E85

Black with #600E85

Text Example


Text Example

White with #600E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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