#290867

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

Shades of Persian Indigo #290867

Tints of Persian Indigo #290867

Color information

#290867 (or 0x290867) is unknown color: approx Persian Indigo. HEX triplet: 29, 08 and 67. RGB value is (41,8,103). Sum of RGB (Red+Green+Blue) = 41+8+103=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #290867 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290867 is #D6F798. Grayscale: #1C1C1C. Windows color (decimal): -14088089 or 6752297. OLE color: 6752297.

HSL color Cylindrical-coordinate representation of color #290867: hue angle of 260.84º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #290867 is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB418103-
CMYK0.600.9200.60
HSL260.84º85.59%21.76%-
HSV(B)260.84º92.23%40.39%-
XYZ3.451.6212.96-
YUV28.7169.93136.78-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.97%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 103 (40.62% from 255) = 67.76%
R=26.97%
G=5.26%
B=67.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4181030.600.9200.60260.8485.5921.76
Hex298673C5C03C1055616
Octal51101477413407440512626
Binary1010011000110011111110010111000111100100000101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290867; }

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

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

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

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

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

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

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

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