#290081

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

Shades of Persian Indigo #290081

Tints of Persian Indigo #290081

Color information

#290081 (or 0x290081) is unknown color: approx Persian Indigo. HEX triplet: 29, 00 and 81. RGB value is (41,0,129). Sum of RGB (Red+Green+Blue) = 41+0+129=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 129 (50.78% from 255 or 75.88% from 170); Max value from RGB is 129 - color contains mainly: blue. Hex color #290081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290081 is #D6FF7E. Grayscale: #1A1A1A. Windows color (decimal): -14090111 or 8454185. OLE color: 8454185.

HSL color Cylindrical-coordinate representation of color #290081: hue angle of 259.07º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290081 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB410129-
CMYK0.68100.49
HSL259.07º100%25.29%-
HSV(B)259.07º100%50.59%-
XYZ4.882.0620.91-
YUV26.97185.58138.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 75.88%
R=24.12%
G=0%
B=75.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4101290.68100.49259.0710025.29
Hex2908144640311036419
Octal51020110414406140314431
Binary101001010000001100010011001000110001100000011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290081; }

 p { color: rgb(41,0,129); }

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

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

 a { background-color: rgb(41,0,129); }

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

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

 span { border-color: rgb(41,0,129); }

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