#600385

Color #600385 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #600385

Tints of Indigo #600385

Color information

#600385 (or 0x600385) is unknown color: approx Indigo. HEX triplet: 60, 03 and 85. RGB value is (96,3,133). Sum of RGB (Red+Green+Blue) = 96+3+133=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #600385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600385 is #9FFC7A. Grayscale: #2D2D2D. Windows color (decimal): -10484859 or 8717152. OLE color: 8717152.

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

Color convert

RGB963133-
CMYK0.280.9800.48
HSL282.92º95.59%26.67%-
HSV(B)282.92º97.74%52.16%-
XYZ9.094.2522.53-
YUV45.63177.31163.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 133 (52.34% from 255) = 57.33%
R=41.38%
G=1.29%
B=57.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9631330.280.9800.48282.9295.5926.67
Hex603851C6203011b601b
Octal14032053414206043314033
Binary110000011100001011110011000100110000100011011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600385; }

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

 H1.HeaderClassName
 {
   color: #600385;
 }
 .AnyTagClassName
 {
   color: #600385;
 }
</style>
background-color css

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

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

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

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

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

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