#290365

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

Shades of Persian Indigo #290365

Tints of Persian Indigo #290365

Color information

#290365 (or 0x290365) is unknown color: approx Persian Indigo. HEX triplet: 29, 03 and 65. RGB value is (41,3,101). Sum of RGB (Red+Green+Blue) = 41+3+101=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #290365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290365 is #D6FC9A. Grayscale: #191919. Windows color (decimal): -14089371 or 6619945. OLE color: 6619945.

HSL color Cylindrical-coordinate representation of color #290365: hue angle of 263.27º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290365 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB413101-
CMYK0.590.9700.60
HSL263.27º94.23%20.39%-
HSV(B)263.27º97.03%39.61%-
XYZ3.31.4812.42-
YUV25.53170.59139.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 101 (39.84% from 255) = 69.66%
R=28.28%
G=2.07%
B=69.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4131010.590.9700.60263.2794.2320.39
Hex293653B6103C1075e14
Octal5131457314107440713624
Binary10100111110010111101111000010111100100000111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290365; }

 p { color: rgb(41,3,101); }

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

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

 a { background-color: rgb(41,3,101); }

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

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

 span { border-color: rgb(41,3,101); }

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