Html Css Color HEX #600C85 Indigo

📋 copy color: '#600C85'

red 96 ◦ green 12 ◦ blue 133

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

Shades of Indigo #600C85

Tints of Indigo #600C85

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.98%

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

R = 39.83%
G = 4.98%
B = 55.19%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#600C85 (or 0x600C85) is known color: Indigo. HEX triplet: 60, 0C and 85. RGB value is (96,12,133). Sum of RGB (Red+Green+Blue) = 96+12+133=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #600C85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600C85 is #9FF37A. Grayscale: #323232. Windows color (decimal): -10482555 or 8719456. OLE color: 8719456.

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

Color convert

RGB 96 12 133 -
CMYK 0.28 0.91 0 0.48
HSL 281.65º 0.83% 0.28% -
HSV(B) 281.65º 0.91% 0.52% -
XYZ 9.19 4.44 22.56 -
YUV 50.91 174.33 160.16 -
System Red Green Blue C M Y K H S L
Decimal 96 12 133 0.28 0.91 0 0.48 281.65 0.83 0.28
Hex 60 C 85 1C 5B 0 30 11A 53 1C
Octal 140 14 205 34 133 0 60 432 123 34
Binary 1100000 1100 10000101 11100 1011011 0 110000 100011010 1010011 11100

Color Harmonies of #600C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C85

Black with #600C85

Text Example


Text Example

White with #600C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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