Html Css Color HEX #600085 Indigo

📋 copy color: '#600085'

red 96 ◦ green 0 ◦ blue 133

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

Shades of Indigo #600085

Tints of Indigo #600085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.92%
G = 0%
B = 58.08%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#600085 (or 0x600085) is known color: Indigo. HEX triplet: 60, 00 and 85. RGB value is (96,0,133). Sum of RGB (Red+Green+Blue) = 96+0+133=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 133 (52.34% from 255 or 58.08% from 229); Max value from RGB is 133 - color contains mainly: blue. Hex color #600085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600085 is #9FFF7A. Grayscale: #2B2B2B. Windows color (decimal): -10485627 or 8716384. OLE color: 8716384.

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

Color convert

RGB 96 0 133 -
CMYK 0.28 1 0 0.48
HSL 283.31º 1% 0.26% -
HSV(B) 283.31º 1% 0.52% -
XYZ 9.06 4.18 22.52 -
YUV 43.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 96 0 133 0.28 1 0 0.48 283.31 1 0.26
Hex 60 0 85 1C 64 0 30 11B 64 1A
Octal 140 0 205 34 144 0 60 433 144 32
Binary 1100000 0 10000101 11100 1100100 0 110000 100011011 1100100 11010

Color Harmonies of #600085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600085

Black with #600085

Text Example


Text Example

White with #600085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600085; }

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

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

background-color css

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

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

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

border-color css

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

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

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