#342588

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

Shades of Persian Indigo #342588

Tints of Persian Indigo #342588

Color information

#342588 (or 0x342588) is unknown color: approx Persian Indigo. HEX triplet: 34, 25 and 88. RGB value is (52,37,136). Sum of RGB (Red+Green+Blue) = 52+37+136=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #342588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342588 is #CBDA77. Grayscale: #343434. Windows color (decimal): -13359736 or 8922420. OLE color: 8922420.

HSL color Cylindrical-coordinate representation of color #342588: hue angle of 249.09º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #342588 is Cyan = 0.62, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5237136-
CMYK0.620.7300.47
HSL249.09º57.23%33.92%-
HSV(B)249.09º72.79%53.33%-
XYZ6.523.8323.69-
YUV52.77174.97127.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 136 (53.52% from 255) = 60.44%
R=23.11%
G=16.44%
B=60.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52371360.620.7300.47249.0957.2333.92
Hex3425883E4902Ff93922
Octal6445210761110573717142
Binary110100100101100010001111101001001010111111111001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342588; }

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

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

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

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

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

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

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

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