#342096

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

Shades of Persian Indigo #342096

Tints of Persian Indigo #342096

Color information

#342096 (or 0x342096) is unknown color: approx Persian Indigo. HEX triplet: 34, 20 and 96. RGB value is (52,32,150). Sum of RGB (Red+Green+Blue) = 52+32+150=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #342096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342096 is #CBDF69. Grayscale: #323232. Windows color (decimal): -13361002 or 9838644. OLE color: 9838644.

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

Color convert

RGB5232150-
CMYK0.650.7900.41
HSL250.17º64.84%35.69%-
HSV(B)250.17º78.67%58.82%-
XYZ7.443.9729.23-
YUV51.43183.63128.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 150 (58.98% from 255) = 64.10%
R=22.22%
G=13.68%
B=64.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52321500.650.7900.41250.1764.8435.69
Hex342096414F029fa4124
Octal644022610111705137210144
Binary11010010000010010110100000110011110101001111110101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342096; }

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

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

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

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

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

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

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

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