#69178E

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

Shades of Indigo #69178E

Tints of Indigo #69178E

Color information

#69178E (or 0x69178E) is unknown color: approx Indigo. HEX triplet: 69, 17 and 8E. RGB value is (105,23,142). Sum of RGB (Red+Green+Blue) = 105+23+142=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #69178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69178E is #96E871. Grayscale: #3C3C3C. Windows color (decimal): -9889906 or 9312105. OLE color: 9312105.

HSL color Cylindrical-coordinate representation of color #69178E: hue angle of 281.34º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69178E is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10523142-
CMYK0.260.8400.44
HSL281.34º72.12%32.35%-
HSV(B)281.34º83.8%55.69%-
XYZ11.015.5726.09-
YUV61.08173.67159.32-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 23 (9.38% from 255) = 8.52%
BLUE value IS 142 (55.86% from 255) = 52.59%
R=38.89%
G=8.52%
B=52.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105231420.260.8400.44281.3472.1232.35
Hex69178E1A5402C1194820
Octal151272163212405443111040
Binary1101001101111000111011010101010001011001000110011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69178E; }

 p { color: rgb(105,23,142); }

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

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

 a { background-color: rgb(105,23,142); }

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

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

 span { border-color: rgb(105,23,142); }

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