#342884

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

Shades of Persian Indigo #342884

Tints of Persian Indigo #342884

Color information

#342884 (or 0x342884) is unknown color: approx Persian Indigo. HEX triplet: 34, 28 and 84. RGB value is (52,40,132). Sum of RGB (Red+Green+Blue) = 52+40+132=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #342884 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342884 is #CBD77B. Grayscale: #353535. Windows color (decimal): -13358972 or 8661044. OLE color: 8661044.

HSL color Cylindrical-coordinate representation of color #342884: hue angle of 247.83º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #342884 is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5240132-
CMYK0.610.7000.48
HSL247.83º53.49%33.73%-
HSV(B)247.83º69.7%51.76%-
XYZ6.343.9122.25-
YUV54.08171.98126.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.21%
GREEN value IS 40 (16.02% from 255) = 17.86%
BLUE value IS 132 (51.95% from 255) = 58.93%
R=23.21%
G=17.86%
B=58.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52401320.610.7000.48247.8353.4933.73
Hex3428843D46030f83522
Octal6450204751060603706542
Binary110100101000100001001111011000110011000011111000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342884; }

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

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

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

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

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

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

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

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