#69058F

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

Shades of Indigo #69058F

Tints of Indigo #69058F

Color information

#69058F (or 0x69058F) is unknown color: approx Indigo. HEX triplet: 69, 05 and 8F. RGB value is (105,5,143). Sum of RGB (Red+Green+Blue) = 105+5+143=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #69058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69058F is #96FA70. Grayscale: #323232. Windows color (decimal): -9894513 or 9373033. OLE color: 9373033.

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

Color convert

RGB1055143-
CMYK0.270.9700.44
HSL283.48º93.24%29.02%-
HSV(B)283.48º96.5%56.08%-
XYZ10.845.0926.4-
YUV50.63180.13166.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 143 (56.25% from 255) = 56.52%
R=41.50%
G=1.98%
B=56.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10551430.270.9700.44283.4893.2429.02
Hex6958F1B6102C11b5d1d
Octal15152173314105443313535
Binary1101001101100011111101111000010101100100011011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69058F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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