#69078f

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

Shades of Indigo #69078F

Tints of Indigo #69078F

Color information

#69078F (or 0x69078F) is unknown color: approx Indigo. HEX triplet: 69, 07 and 8F. RGB value is (105,7,143). Sum of RGB (Red+Green+Blue) = 105+7+143=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #69078F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69078F is #96F870. Grayscale: #333333. Windows color (decimal): -9894001 or 9373545. OLE color: 9373545.

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

Color convert

RGB1057143-
CMYK0.270.9500.44
HSL283.24º90.67%29.41%-
HSV(B)283.24º95.1%56.08%-
XYZ10.865.1426.41-
YUV51.81179.47165.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.18%
GREEN value IS 7 (3.12% from 255) = 2.75%
BLUE value IS 143 (56.25% from 255) = 56.08%
R=41.18%
G=2.75%
B=56.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10571430.270.9500.44283.2490.6729.41
Hex6978F1B5F02C11b5b1d
Octal15172173313705443313335
Binary1101001111100011111101110111110101100100011011101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69078f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69078f; }

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

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

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

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

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

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

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

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