#341289

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

Shades of Persian Indigo #341289

Tints of Persian Indigo #341289

Color information

#341289 (or 0x341289) is unknown color: approx Persian Indigo. HEX triplet: 34, 12 and 89. RGB value is (52,18,137). Sum of RGB (Red+Green+Blue) = 52+18+137=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 137 (53.91% from 255 or 66.18% from 207); Max value from RGB is 137 - color contains mainly: blue. Hex color #341289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341289 is #CBED76. Grayscale: #292929. Windows color (decimal): -13364599 or 8983092. OLE color: 8983092.

HSL color Cylindrical-coordinate representation of color #341289: hue angle of 257.14º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #341289 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5218137-
CMYK0.620.8700.46
HSL257.14º76.77%30.39%-
HSV(B)257.14º86.86%53.73%-
XYZ6.152.9723.92-
YUV41.73181.76135.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 137 (53.91% from 255) = 66.18%
R=25.12%
G=8.70%
B=66.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52181370.620.8700.46257.1476.7730.39
Hex3412893E5702E1014d1e
Octal64222117612705640111536
Binary110100100101000100111111010101110101110100000001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341289; }

 p { color: rgb(52,18,137); }

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

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

 a { background-color: rgb(52,18,137); }

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

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

 span { border-color: rgb(52,18,137); }

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