#290384

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

Shades of Persian Indigo #290384

Tints of Persian Indigo #290384

Color information

#290384 (or 0x290384) is unknown color: approx Persian Indigo. HEX triplet: 29, 03 and 84. RGB value is (41,3,132). Sum of RGB (Red+Green+Blue) = 41+3+132=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #290384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290384 is #D6FC7B. Grayscale: #1C1C1C. Windows color (decimal): -14089340 or 8651561. OLE color: 8651561.

HSL color Cylindrical-coordinate representation of color #290384: hue angle of 257.67º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290384 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB413132-
CMYK0.690.9800.48
HSL257.67º95.56%26.47%-
HSV(B)257.67º97.73%51.76%-
XYZ5.112.221.99-
YUV29.07186.09136.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.30%
GREEN value IS 3 (1.56% from 255) = 1.70%
BLUE value IS 132 (51.95% from 255) = 75%
R=23.30%
G=1.70%
B=75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4131320.690.9800.48257.6795.5626.47
Hex293844562030102601a
Octal51320410514206040214032
Binary1010011110000100100010111000100110000100000010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290384; }

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

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

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

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

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

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

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

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