#29107A

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

Shades of Persian Indigo #29107A

Tints of Persian Indigo #29107A

Color information

#29107A (or 0x29107A) is unknown color: approx Persian Indigo. HEX triplet: 29, 10 and 7A. RGB value is (41,16,122). Sum of RGB (Red+Green+Blue) = 41+16+122=179 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.91% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #29107A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29107A is #D6EF85. Grayscale: #232323. Windows color (decimal): -14086022 or 7999529. OLE color: 7999529.

HSL color Cylindrical-coordinate representation of color #29107A: hue angle of 254.15º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #29107A is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4116122-
CMYK0.660.8700.52
HSL254.15º76.81%27.06%-
HSV(B)254.15º86.89%47.84%-
XYZ4.612.2518.6-
YUV35.56176.78131.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.91%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 122 (48.05% from 255) = 68.16%
R=22.91%
G=8.94%
B=68.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41161220.660.8700.52254.1576.8127.06
Hex29107A4257034fe4d1b
Octal512017210212706437611533
Binary10100110000111101010000101010111011010011111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29107A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,16,122); }

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

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

 a { background-color: rgb(41,16,122); }

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

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

 span { border-color: rgb(41,16,122); }

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