#67119A

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

Shades of Indigo #67119A

Tints of Indigo #67119A

Color information

#67119A (or 0x67119A) is unknown color: approx Indigo. HEX triplet: 67, 11 and 9A. RGB value is (103,17,154). Sum of RGB (Red+Green+Blue) = 103+17+154=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #67119A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67119A is #98EE65. Grayscale: #393939. Windows color (decimal): -10022502 or 10096999. OLE color: 10096999.

HSL color Cylindrical-coordinate representation of color #67119A: hue angle of 277.66º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67119A is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10317154-
CMYK0.330.8900.40
HSL277.66º80.12%33.53%-
HSV(B)277.66º88.96%60.39%-
XYZ11.635.6231.04-
YUV58.33181.99159.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.59%
GREEN value IS 17 (7.03% from 255) = 6.20%
BLUE value IS 154 (60.55% from 255) = 56.20%
R=37.59%
G=6.20%
B=56.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal103171540.330.8900.40277.6680.1233.53
Hex67119A21590281165022
Octal147212324113105042612042
Binary11001111000110011010100001101100101010001000101101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67119A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67119A; }

 p { color: rgb(103,17,154); }

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

<style>
 a { background-color: #67119A; }

 a { background-color: rgb(103,17,154); }

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

<style>
 span { border-color: #67119A; }

 span { border-color: rgb(103,17,154); }

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