#340187

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

Shades of Persian Indigo #340187

Tints of Persian Indigo #340187

Color information

#340187 (or 0x340187) is unknown color: approx Persian Indigo. HEX triplet: 34, 01 and 87. RGB value is (52,1,135). Sum of RGB (Red+Green+Blue) = 52+1+135=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #340187 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340187 is #CBFE78. Grayscale: #1F1F1F. Windows color (decimal): -13368953 or 8847668. OLE color: 8847668.

HSL color Cylindrical-coordinate representation of color #340187: hue angle of 262.84º degrees, saturation: 0.99, 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 #340187 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB521135-
CMYK0.610.9900.47
HSL262.84º98.53%26.67%-
HSV(B)262.84º99.26%52.94%-
XYZ5.82.523.1-
YUV31.52186.4142.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 135 (53.12% from 255) = 71.81%
R=27.66%
G=0.53%
B=71.81%

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
Decimal5211350.610.9900.47262.8498.5326.67
Hex341873D6302F107631b
Octal6412077514305740714333
Binary11010011000011111110111000110101111100000111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340187; }

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

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

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

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

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

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

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

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