#6C03A2

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

Shades of Indigo #6C03A2

Tints of Indigo #6C03A2

Color information

#6C03A2 (or 0x6C03A2) is unknown color: approx Indigo. HEX triplet: 6C, 03 and A2. RGB value is (108,3,162). Sum of RGB (Red+Green+Blue) = 108+3+162=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 162 (63.67% from 255 or 59.34% from 273); Max value from RGB is 162 - color contains mainly: blue. Hex color #6C03A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C03A2 is #93FC5D. Grayscale: #333333. Windows color (decimal): -9698398 or 10617708. OLE color: 10617708.

HSL color Cylindrical-coordinate representation of color #6C03A2: hue angle of 279.62º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6C03A2 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1083162-
CMYK0.330.9800.36
HSL279.62º96.36%32.35%-
HSV(B)279.62º98.15%63.53%-
XYZ12.745.8634.64-
YUV52.52189.79167.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.56%
GREEN value IS 3 (1.56% from 255) = 1.10%
BLUE value IS 162 (63.67% from 255) = 59.34%
R=39.56%
G=1.10%
B=59.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal10831620.330.9800.36279.6296.3632.35
Hex6C3A221620241186020
Octal15432424114204443014040
Binary11011001110100010100001110001001001001000110001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C03A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C03A2; }

 p { color: rgb(108,3,162); }

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

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

 a { background-color: rgb(108,3,162); }

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

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

 span { border-color: rgb(108,3,162); }

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