Html Css Color HEX #600485 Indigo

📋 copy color: '#600485'

red 96 ◦ green 4 ◦ blue 133

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

Shades of Indigo #600485

Tints of Indigo #600485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 41.2%
G = 1.72%
B = 57.08%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#600485 (or 0x600485) is known color: Indigo. HEX triplet: 60, 04 and 85. RGB value is (96,4,133). Sum of RGB (Red+Green+Blue) = 96+4+133=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #600485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600485 is #9FFB7A. Grayscale: #2D2D2D. Windows color (decimal): -10484603 or 8717408. OLE color: 8717408.

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

Color convert

RGB 96 4 133 -
CMYK 0.28 0.97 0 0.48
HSL 282.79º 0.94% 0.27% -
HSV(B) 282.79º 0.97% 0.52% -
XYZ 9.1 4.27 22.53 -
YUV 46.21 176.98 163.51 -
System Red Green Blue C M Y K H S L
Decimal 96 4 133 0.28 0.97 0 0.48 282.79 0.94 0.27
Hex 60 4 85 1C 61 0 30 11B 5E 1B
Octal 140 4 205 34 141 0 60 433 136 33
Binary 1100000 100 10000101 11100 1100001 0 110000 100011011 1011110 11011

Color Harmonies of #600485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600485

Black with #600485

Text Example


Text Example

White with #600485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600485; }

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

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

background-color css

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

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

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

border-color css

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

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

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