#6314a0

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

Shades of Indigo #6314A0

Tints of Indigo #6314A0

Color information

#6314A0 (or 0x6314A0) is unknown color: approx Indigo. HEX triplet: 63, 14 and A0. RGB value is (99,20,160). Sum of RGB (Red+Green+Blue) = 99+20+160=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 160 (62.89% from 255 or 57.35% from 279); Max value from RGB is 160 - color contains mainly: blue. Hex color #6314A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6314A0 is #9CEB5F. Grayscale: #3B3B3B. Windows color (decimal): -10283872 or 10490979. OLE color: 10490979.

HSL color Cylindrical-coordinate representation of color #6314A0: hue angle of 273.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6314A0 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9920160-
CMYK0.380.8800.37
HSL273.86º77.78%35.29%-
HSV(B)273.86º87.5%62.75%-
XYZ11.745.6933.74-
YUV59.58184.67156.12-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 20 (8.20% from 255) = 7.17%
BLUE value IS 160 (62.89% from 255) = 57.35%
R=35.48%
G=7.17%
B=57.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal99201600.380.8800.37273.8677.7835.29
Hex6314A026580251124e23
Octal143242404613004542211643
Binary11000111010010100000100110101100001001011000100101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6314a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6314a0; }

 p { color: rgb(99,20,160); }

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

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

 a { background-color: rgb(99,20,160); }

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

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

 span { border-color: rgb(99,20,160); }

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