#340596

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

Shades of Persian Indigo #340596

Tints of Persian Indigo #340596

Color information

#340596 (or 0x340596) is unknown color: approx Persian Indigo. HEX triplet: 34, 05 and 96. RGB value is (52,5,150). Sum of RGB (Red+Green+Blue) = 52+5+150=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 150 (58.98% from 255 or 72.46% from 207); Max value from RGB is 150 - color contains mainly: blue. Hex color #340596 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340596 is #CBFA69. Grayscale: #232323. Windows color (decimal): -13367914 or 9831732. OLE color: 9831732.

HSL color Cylindrical-coordinate representation of color #340596: hue angle of 259.45º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #340596 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB525150-
CMYK0.650.9700.41
HSL259.45º93.55%30.39%-
HSV(B)259.45º96.67%58.82%-
XYZ6.983.0429.07-
YUV35.58192.57139.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.12%
GREEN value IS 5 (2.34% from 255) = 2.42%
BLUE value IS 150 (58.98% from 255) = 72.46%
R=25.12%
G=2.42%
B=72.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5251500.650.9700.41259.4593.5530.39
Hex3459641610291035e1e
Octal64522610114105140313636
Binary11010010110010110100000111000010101001100000011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340596; }

 p { color: rgb(52,5,150); }

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

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

 a { background-color: rgb(52,5,150); }

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

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

 span { border-color: rgb(52,5,150); }

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