#342685

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

Shades of Persian Indigo #342685

Tints of Persian Indigo #342685

Color information

#342685 (or 0x342685) is unknown color: approx Persian Indigo. HEX triplet: 34, 26 and 85. RGB value is (52,38,133). Sum of RGB (Red+Green+Blue) = 52+38+133=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #342685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342685 is #CBD97A. Grayscale: #343434. Windows color (decimal): -13359483 or 8726068. OLE color: 8726068.

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

Color convert

RGB5238133-
CMYK0.610.7100.48
HSL248.84º55.56%33.53%-
HSV(B)248.84º71.43%52.16%-
XYZ6.343.8122.59-
YUV53.02173.14127.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 133 (52.34% from 255) = 59.64%
R=23.32%
G=17.04%
B=59.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52381330.610.7100.48248.8455.5633.53
Hex3426853D47030f93822
Octal6446205751070603717042
Binary110100100110100001011111011000111011000011111001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342685; }

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

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

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

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

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

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

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

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