#69168F

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

Shades of Indigo #69168F

Tints of Indigo #69168F

Color information

#69168F (or 0x69168F) is unknown color: approx Indigo. HEX triplet: 69, 16 and 8F. RGB value is (105,22,143). Sum of RGB (Red+Green+Blue) = 105+22+143=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 143 (56.25% from 255 or 52.96% from 270); Max value from RGB is 143 - color contains mainly: blue. Hex color #69168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69168F is #96E970. Grayscale: #3C3C3C. Windows color (decimal): -9890161 or 9377385. OLE color: 9377385.

HSL color Cylindrical-coordinate representation of color #69168F: hue angle of 281.16º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69168F is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10522143-
CMYK0.270.8500.44
HSL281.16º73.33%32.35%-
HSV(B)281.16º84.62%56.08%-
XYZ11.075.5626.48-
YUV60.61174.5159.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 22 (8.98% from 255) = 8.15%
BLUE value IS 143 (56.25% from 255) = 52.96%
R=38.89%
G=8.15%
B=52.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105221430.270.8500.44281.1673.3332.35
Hex69168F1B5502C1194920
Octal151262173312505443111140
Binary1101001101101000111111011101010101011001000110011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69168F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69168F; }

 p { color: rgb(105,22,143); }

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

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

 a { background-color: rgb(105,22,143); }

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

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

 span { border-color: rgb(105,22,143); }

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