#340887

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

Shades of Persian Indigo #340887

Tints of Persian Indigo #340887

Color information

#340887 (or 0x340887) is unknown color: approx Persian Indigo. HEX triplet: 34, 08 and 87. RGB value is (52,8,135). Sum of RGB (Red+Green+Blue) = 52+8+135=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 135 (53.12% from 255 or 69.23% from 195); Max value from RGB is 135 - color contains mainly: blue. Hex color #340887 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340887 is #CBF778. Grayscale: #232323. Windows color (decimal): -13367161 or 8849460. OLE color: 8849460.

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

Color convert

RGB528135-
CMYK0.610.9400.47
HSL260.79º88.81%28.04%-
HSV(B)260.79º94.07%52.94%-
XYZ5.882.6523.12-
YUV35.63184.08139.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 8 (3.52% from 255) = 4.10%
BLUE value IS 135 (53.12% from 255) = 69.23%
R=26.67%
G=4.10%
B=69.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5281350.610.9400.47260.7988.8128.04
Hex348873D5E02F105591c
Octal64102077513605740513134
Binary11010010001000011111110110111100101111100000101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340887; }

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

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

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

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

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

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

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

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