#342382

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

Shades of Persian Indigo #342382

Tints of Persian Indigo #342382

Color information

#342382 (or 0x342382) is unknown color: approx Persian Indigo. HEX triplet: 34, 23 and 82. RGB value is (52,35,130). Sum of RGB (Red+Green+Blue) = 52+35+130=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #342382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342382 is #CBDC7D. Grayscale: #323232. Windows color (decimal): -13360254 or 8528692. OLE color: 8528692.

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

Color convert

RGB5235130-
CMYK0.600.7300.49
HSL250.74º57.58%32.35%-
HSV(B)250.74º73.08%50.98%-
XYZ6.053.5421.48-
YUV50.91172.63128.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 35 (14.06% from 255) = 16.13%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=23.96%
G=16.13%
B=59.91%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52351300.600.7300.49250.7457.5832.35
Hex3423823C49031fb3a20
Octal6443202741110613737240
Binary110100100011100000101111001001001011000111111011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342382; }

 p { color: rgb(52,35,130); }

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

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

 a { background-color: rgb(52,35,130); }

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

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

 span { border-color: rgb(52,35,130); }

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