#342186

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

Shades of Persian Indigo #342186

Tints of Persian Indigo #342186

Color information

#342186 (or 0x342186) is unknown color: approx Persian Indigo. HEX triplet: 34, 21 and 86. RGB value is (52,33,134). Sum of RGB (Red+Green+Blue) = 52+33+134=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #342186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342186 is #CBDE79. Grayscale: #313131. Windows color (decimal): -13360762 or 8790324. OLE color: 8790324.

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

Color convert

RGB5233134-
CMYK0.610.7500.47
HSL251.29º60.48%32.75%-
HSV(B)251.29º75.37%52.55%-
XYZ6.263.5422.91-
YUV50.19175.29129.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=23.74%
G=15.07%
B=61.19%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52331340.610.7500.47251.2960.4832.75
Hex3421863D4B02Ffb3c21
Octal6441206751130573737441
Binary110100100001100001101111011001011010111111111011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342186; }

 p { color: rgb(52,33,134); }

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

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

 a { background-color: rgb(52,33,134); }

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

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

 span { border-color: rgb(52,33,134); }

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