#340481

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

Shades of Persian Indigo #340481

Tints of Persian Indigo #340481

Color information

#340481 (or 0x340481) is unknown color: approx Persian Indigo. HEX triplet: 34, 04 and 81. RGB value is (52,4,129). Sum of RGB (Red+Green+Blue) = 52+4+129=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 129 (50.78% from 255 or 69.73% from 185); Max value from RGB is 129 - color contains mainly: blue. Hex color #340481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340481 is #CBFB7E. Grayscale: #202020. Windows color (decimal): -13368191 or 8455220. OLE color: 8455220.

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

Color convert

RGB524129-
CMYK0.600.9700.49
HSL263.04º93.98%26.08%-
HSV(B)263.04º96.9%50.59%-
XYZ5.422.420.95-
YUV32.6182.4141.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 4 (1.95% from 255) = 2.16%
BLUE value IS 129 (50.78% from 255) = 69.73%
R=28.11%
G=2.16%
B=69.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5241290.600.9700.49263.0493.9826.08
Hex344813C610311075e1a
Octal6442017414106140713632
Binary1101001001000000111110011000010110001100000111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340481; }

 p { color: rgb(52,4,129); }

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

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

 a { background-color: rgb(52,4,129); }

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

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

 span { border-color: rgb(52,4,129); }

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