Html Css Color HEX #600C8E Indigo

📋 copy color: '#600C8E'

red 96 ◦ green 12 ◦ blue 142

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

Shades of Indigo #600C8E

Tints of Indigo #600C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.8%

R = 38.4%
G = 4.8%
B = 56.8%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#600C8E (or 0x600C8E) is known color: Indigo. HEX triplet: 60, 0C and 8E. RGB value is (96,12,142). Sum of RGB (Red+Green+Blue) = 96+12+142=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #600C8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600C8E is #9FF371. Grayscale: #333333. Windows color (decimal): -10482546 or 9309280. OLE color: 9309280.

HSL color Cylindrical-coordinate representation of color #600C8E: hue angle of 278.77º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #600C8E is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 12 142 -
CMYK 0.32 0.92 0 0.44
HSL 278.77º 0.84% 0.3% -
HSV(B) 278.77º 0.92% 0.56% -
XYZ 9.84 4.7 25.98 -
YUV 51.94 178.83 159.43 -
System Red Green Blue C M Y K H S L
Decimal 96 12 142 0.32 0.92 0 0.44 278.77 0.84 0.3
Hex 60 C 8E 20 5C 0 2C 117 54 1E
Octal 140 14 216 40 134 0 54 427 124 36
Binary 1100000 1100 10001110 100000 1011100 0 101100 100010111 1010100 11110

Color Harmonies of #600C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C8E

Black with #600C8E

Text Example


Text Example

White with #600C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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