#341490

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

Shades of Persian Indigo #341490

Tints of Persian Indigo #341490

Color information

#341490 (or 0x341490) is unknown color: approx Persian Indigo. HEX triplet: 34, 14 and 90. RGB value is (52,20,144). Sum of RGB (Red+Green+Blue) = 52+20+144=216 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.07% from 216); Green value is 20 (8.20% from 255 or 9.26% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #341490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341490 is #CBEB6F. Grayscale: #2B2B2B. Windows color (decimal): -13364080 or 9442356. OLE color: 9442356.

HSL color Cylindrical-coordinate representation of color #341490: hue angle of 255.48º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341490 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5220144-
CMYK0.640.8600.44
HSL255.48º75.61%32.16%-
HSV(B)255.48º86.11%56.47%-
XYZ6.73.2426.66-
YUV43.7184.6133.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.07%
GREEN value IS 20 (8.20% from 255) = 9.26%
BLUE value IS 144 (56.64% from 255) = 66.67%
R=24.07%
G=9.26%
B=66.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52201440.640.8600.44255.4875.6132.16
Hex341490405602Cff4c20
Octal642422010012605437711440
Binary1101001010010010000100000010101100101100111111111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341490; }

 p { color: rgb(52,20,144); }

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

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

 a { background-color: rgb(52,20,144); }

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

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

 span { border-color: rgb(52,20,144); }

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