#342184

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

Shades of Persian Indigo #342184

Tints of Persian Indigo #342184

Color information

#342184 (or 0x342184) is unknown color: approx Persian Indigo. HEX triplet: 34, 21 and 84. RGB value is (52,33,132). Sum of RGB (Red+Green+Blue) = 52+33+132=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #342184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342184 is #CBDE7B. Grayscale: #313131. Windows color (decimal): -13360764 or 8659252. OLE color: 8659252.

HSL color Cylindrical-coordinate representation of color #342184: hue angle of 251.52º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #342184 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5233132-
CMYK0.610.7500.48
HSL251.52º60%32.35%-
HSV(B)251.52º75%51.76%-
XYZ6.123.4822.18-
YUV49.97174.29129.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 132 (51.95% from 255) = 60.83%
R=23.96%
G=15.21%
B=60.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52331320.610.7500.48251.526032.35
Hex3421843D4B030fc3c20
Octal6441204751130603747440
Binary110100100001100001001111011001011011000011111100111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342184; }

 p { color: rgb(52,33,132); }

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

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

 a { background-color: rgb(52,33,132); }

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

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

 span { border-color: rgb(52,33,132); }

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