#661183

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

Shades of Indigo #661183

Tints of Indigo #661183

Color information

#661183 (or 0x661183) is unknown color: approx Indigo. HEX triplet: 66, 11 and 83. RGB value is (102,17,131). Sum of RGB (Red+Green+Blue) = 102+17+131=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #661183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661183 is #99EE7C. Grayscale: #373737. Windows color (decimal): -10088061 or 8589670. OLE color: 8589670.

HSL color Cylindrical-coordinate representation of color #661183: hue angle of 284.74º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #661183 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10217131-
CMYK0.220.8700.49
HSL284.74º77.03%29.02%-
HSV(B)284.74º87.02%51.37%-
XYZ9.784.8621.9-
YUV55.41170.66161.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.8%
GREEN value IS 17 (7.03% from 255) = 6.8%
BLUE value IS 131 (51.56% from 255) = 52.4%
R=40.8%
G=6.8%
B=52.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal102171310.220.8700.49284.7477.0329.02
Hex661183165703111d4d1d
Octal146212032612706143511535
Binary110011010001100000111011010101110110001100011101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661183; }

 p { color: rgb(102,17,131); }

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

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

 a { background-color: rgb(102,17,131); }

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

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

 span { border-color: rgb(102,17,131); }

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