#342687

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

Shades of Persian Indigo #342687

Tints of Persian Indigo #342687

Color information

#342687 (or 0x342687) is unknown color: approx Persian Indigo. HEX triplet: 34, 26 and 87. RGB value is (52,38,135). Sum of RGB (Red+Green+Blue) = 52+38+135=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 135 (53.12% from 255 or 60% from 225); Max value from RGB is 135 - color contains mainly: blue. Hex color #342687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342687 is #CBD978. Grayscale: #343434. Windows color (decimal): -13359481 or 8857140. OLE color: 8857140.

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

Color convert

RGB5238135-
CMYK0.610.7200.47
HSL248.66º56.07%33.92%-
HSV(B)248.66º71.85%52.94%-
XYZ6.483.8723.33-
YUV53.24174.14127.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 135 (53.12% from 255) = 60%
R=23.11%
G=16.89%
B=60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52381350.610.7200.47248.6656.0733.92
Hex3426873D4802Ff93822
Octal6446207751100573717042
Binary110100100110100001111111011001000010111111111001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342687; }

 p { color: rgb(52,38,135); }

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

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

 a { background-color: rgb(52,38,135); }

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

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

 span { border-color: rgb(52,38,135); }

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