#342584

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

Shades of Persian Indigo #342584

Tints of Persian Indigo #342584

Color information

#342584 (or 0x342584) is unknown color: approx Persian Indigo. HEX triplet: 34, 25 and 84. RGB value is (52,37,132). Sum of RGB (Red+Green+Blue) = 52+37+132=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #342584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342584 is #CBDA7B. Grayscale: #333333. Windows color (decimal): -13359740 or 8660276. OLE color: 8660276.

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

Color convert

RGB5237132-
CMYK0.610.7200.48
HSL249.47º56.21%33.14%-
HSV(B)249.47º71.97%51.76%-
XYZ6.243.7222.22-
YUV52.32172.97127.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 132 (51.95% from 255) = 59.73%
R=23.53%
G=16.74%
B=59.73%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52371320.610.7200.48249.4756.2133.14
Hex3425843D48030f93821
Octal6445204751100603717041
Binary110100100101100001001111011001000011000011111001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342584; }

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

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

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

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

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

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

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

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