#29088D

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

Shades of Persian Indigo #29088D

Tints of Persian Indigo #29088D

Color information

#29088D (or 0x29088D) is unknown color: approx Persian Indigo. HEX triplet: 29, 08 and 8D. RGB value is (41,8,141). Sum of RGB (Red+Green+Blue) = 41+8+141=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 141 (55.47% from 255 or 74.21% from 190); Max value from RGB is 141 - color contains mainly: blue. Hex color #29088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #29088D is #D6F772. Grayscale: #202020. Windows color (decimal): -14088051 or 9242665. OLE color: 9242665.

HSL color Cylindrical-coordinate representation of color #29088D: hue angle of 254.89º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #29088D is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB418141-
CMYK0.710.9400.45
HSL254.89º89.26%29.22%-
HSV(B)254.89º94.33%55.29%-
XYZ5.812.5725.39-
YUV33.03188.93133.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 8 (3.52% from 255) = 4.21%
BLUE value IS 141 (55.47% from 255) = 74.21%
R=21.58%
G=4.21%
B=74.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4181410.710.9400.45254.8989.2629.22
Hex2988D475E02Dff591d
Octal511021510713605537713135
Binary10100110001000110110001111011110010110111111111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29088D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29088D; }

 p { color: rgb(41,8,141); }

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

<style>
 a { background-color: #29088D; }

 a { background-color: rgb(41,8,141); }

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

<style>
 span { border-color: #29088D; }

 span { border-color: rgb(41,8,141); }

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