#6114A1

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

Shades of Indigo #6114A1

Tints of Indigo #6114A1

Color information

#6114A1 (or 0x6114A1) is unknown color: approx Indigo. HEX triplet: 61, 14 and A1. RGB value is (97,20,161). Sum of RGB (Red+Green+Blue) = 97+20+161=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 161 (63.28% from 255 or 57.91% from 278); Max value from RGB is 161 - color contains mainly: blue. Hex color #6114A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6114A1 is #9EEB5E. Grayscale: #3A3A3A. Windows color (decimal): -10414943 or 10556513. OLE color: 10556513.

HSL color Cylindrical-coordinate representation of color #6114A1: hue angle of 272.77º 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 #6114A1 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9720161-
CMYK0.400.8800.37
HSL272.77º77.9%35.49%-
HSV(B)272.77º87.58%63.14%-
XYZ11.615.6134.19-
YUV59.1185.51155.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 20 (8.20% from 255) = 7.19%
BLUE value IS 161 (63.28% from 255) = 57.91%
R=34.89%
G=7.19%
B=57.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal97201610.400.8800.37272.7777.935.49
Hex6114A128580251114e23
Octal141242415013004542111643
Binary11000011010010100001101000101100001001011000100011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6114A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6114A1; }

 p { color: rgb(97,20,161); }

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

<style>
 a { background-color: #6114A1; }

 a { background-color: rgb(97,20,161); }

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

<style>
 span { border-color: #6114A1; }

 span { border-color: rgb(97,20,161); }

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