#290269

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

Shades of Persian Indigo #290269

Tints of Persian Indigo #290269

Color information

#290269 (or 0x290269) is unknown color: approx Persian Indigo. HEX triplet: 29, 02 and 69. RGB value is (41,2,105). Sum of RGB (Red+Green+Blue) = 41+2+105=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #290269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290269 is #D6FD96. Grayscale: #191919. Windows color (decimal): -14089623 or 6881833. OLE color: 6881833.

HSL color Cylindrical-coordinate representation of color #290269: hue angle of 262.72º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290269 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB412105-
CMYK0.610.9800.59
HSL262.72º96.26%20.98%-
HSV(B)262.72º98.1%41.18%-
XYZ3.491.5313.48-
YUV25.4172.92139.12-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.70%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 105 (41.41% from 255) = 70.95%
R=27.70%
G=1.35%
B=70.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4121050.610.9800.59262.7296.2620.98
Hex292693D6203B1076015
Octal5121517514207340714025
Binary10100110110100111110111000100111011100000111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290269; }

 p { color: rgb(41,2,105); }

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

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

 a { background-color: rgb(41,2,105); }

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

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

 span { border-color: rgb(41,2,105); }

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