Html Css Color HEX #600A8C Indigo

📋 copy color: '#600A8C'

red 96 ◦ green 10 ◦ blue 140

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

Shades of Indigo #600A8C

Tints of Indigo #600A8C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.07%

 BLUE value IS 140 (55.08% from 255) = 56.91%

R = 39.02%
G = 4.07%
B = 56.91%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#600A8C (or 0x600A8C) is known color: Indigo. HEX triplet: 60, 0A and 8C. RGB value is (96,10,140). Sum of RGB (Red+Green+Blue) = 96+10+140=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #600A8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600A8C is #9FF573. Grayscale: #323232. Windows color (decimal): -10483060 or 9177696. OLE color: 9177696.

HSL color Cylindrical-coordinate representation of color #600A8C: hue angle of 279.69º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600A8C is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 10 140 -
CMYK 0.31 0.93 0 0.45
HSL 279.69º 0.87% 0.29% -
HSV(B) 279.69º 0.93% 0.55% -
XYZ 9.67 4.6 25.19 -
YUV 50.53 178.49 160.43 -
System Red Green Blue C M Y K H S L
Decimal 96 10 140 0.31 0.93 0 0.45 279.69 0.87 0.29
Hex 60 A 8C 1F 5D 0 2D 118 57 1D
Octal 140 12 214 37 135 0 55 430 127 35
Binary 1100000 1010 10001100 11111 1011101 0 101101 100011000 1010111 11101

Color Harmonies of #600A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600A8C

Black with #600A8C

Text Example


Text Example

White with #600A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,10,140); }

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

background-color css

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

 a { background-color: rgb(96,10,140); }

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

border-color css

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

 span { border-color: rgb(96,10,140); }

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