#29077F

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

Shades of Persian Indigo #29077F

Tints of Persian Indigo #29077F

Color information

#29077F (or 0x29077F) is unknown color: approx Persian Indigo. HEX triplet: 29, 07 and 7F. RGB value is (41,7,127). Sum of RGB (Red+Green+Blue) = 41+7+127=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 7 (3.12% from 255 or 4% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #29077F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #29077F is #D6F880. Grayscale: #1E1E1E. Windows color (decimal): -14088321 or 8324905. OLE color: 8324905.

HSL color Cylindrical-coordinate representation of color #29077F: hue angle of 257º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29077F is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB417127-
CMYK0.680.9400.50
HSL257º89.55%26.27%-
HSV(B)257º94.49%49.8%-
XYZ4.822.1620.24-
YUV30.85182.26135.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.43%
GREEN value IS 7 (3.12% from 255) = 4%
BLUE value IS 127 (50% from 255) = 72.57%
R=23.43%
G=4%
B=72.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4171270.680.9400.5025789.5526.27
Hex2977F445E0321015a1a
Octal51717710413606240113232
Binary1010011111111111100010010111100110010100000001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29077F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,7,127); }

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

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

 a { background-color: rgb(41,7,127); }

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

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

 span { border-color: rgb(41,7,127); }

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