#340186

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

Shades of Persian Indigo #340186

Tints of Persian Indigo #340186

Color information

#340186 (or 0x340186) is unknown color: approx Persian Indigo. HEX triplet: 34, 01 and 86. RGB value is (52,1,134). Sum of RGB (Red+Green+Blue) = 52+1+134=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #340186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340186 is #CBFE79. Grayscale: #1E1E1E. Windows color (decimal): -13368954 or 8782132. OLE color: 8782132.

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

Color convert

RGB521134-
CMYK0.610.9900.47
HSL263.01º98.52%26.47%-
HSV(B)263.01º99.25%52.55%-
XYZ5.732.4722.73-
YUV31.41185.9142.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 134 (52.73% from 255) = 71.66%
R=27.81%
G=0.53%
B=71.66%

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
Decimal5211340.610.9900.47263.0198.5226.47
Hex341863D6302F107631a
Octal6412067514305740714332
Binary11010011000011011110111000110101111100000111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340186; }

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

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

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

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

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

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

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

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