#340286

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

Shades of Persian Indigo #340286

Tints of Persian Indigo #340286

Color information

#340286 (or 0x340286) is unknown color: approx Persian Indigo. HEX triplet: 34, 02 and 86. RGB value is (52,2,134). Sum of RGB (Red+Green+Blue) = 52+2+134=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #340286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340286 is #CBFD79. Grayscale: #1F1F1F. Windows color (decimal): -13368698 or 8782388. OLE color: 8782388.

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

Color convert

RGB522134-
CMYK0.610.9900.47
HSL262.73º97.06%26.67%-
HSV(B)262.73º98.51%52.55%-
XYZ5.742.4922.73-
YUV32185.56142.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 2 (1.17% from 255) = 1.06%
BLUE value IS 134 (52.73% from 255) = 71.28%
R=27.66%
G=1.06%
B=71.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5221340.610.9900.47262.7397.0626.67
Hex342863D6302F107611b
Octal6422067514305740714133
Binary110100101000011011110111000110101111100000111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340286; }

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

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

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

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

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

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

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

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