#69148C

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

Shades of Indigo #69148C

Tints of Indigo #69148C

Color information

#69148C (or 0x69148C) is unknown color: approx Indigo. HEX triplet: 69, 14 and 8C. RGB value is (105,20,140). Sum of RGB (Red+Green+Blue) = 105+20+140=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #69148C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69148C is #96EB73. Grayscale: #3A3A3A. Windows color (decimal): -9890676 or 9180265. OLE color: 9180265.

HSL color Cylindrical-coordinate representation of color #69148C: hue angle of 282.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69148C is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10520140-
CMYK0.250.8600.45
HSL282.5º75%31.37%-
HSV(B)282.5º85.71%54.9%-
XYZ10.815.425.28-
YUV59.1173.66160.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 20 (8.20% from 255) = 7.55%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=39.62%
G=7.55%
B=52.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105201400.250.8600.45282.57531.37
Hex69148C195602D11a4b1f
Octal151242143112605543211337
Binary110100110100100011001100110101100101101100011010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69148C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69148C; }

 p { color: rgb(105,20,140); }

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

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

 a { background-color: rgb(105,20,140); }

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

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

 span { border-color: rgb(105,20,140); }

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