#340871

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

Shades of Persian Indigo #340871

Tints of Persian Indigo #340871

Color information

#340871 (or 0x340871) is unknown color: approx Persian Indigo. HEX triplet: 34, 08 and 71. RGB value is (52,8,113). Sum of RGB (Red+Green+Blue) = 52+8+113=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 8 (3.52% from 255 or 4.62% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #340871 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340871 is #CBF78E. Grayscale: #202020. Windows color (decimal): -13367183 or 7407668. OLE color: 7407668.

HSL color Cylindrical-coordinate representation of color #340871: hue angle of 265.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340871 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB528113-
CMYK0.540.9300.56
HSL265.14º86.78%23.73%-
HSV(B)265.14º92.92%44.31%-
XYZ4.482.115.79-
YUV33.13173.08141.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 8 (3.52% from 255) = 4.62%
BLUE value IS 113 (44.53% from 255) = 65.32%
R=30.06%
G=4.62%
B=65.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5281130.540.9300.56265.1486.7823.73
Hex34871365D0381095718
Octal64101616613507041112730
Binary1101001000111000111011010111010111000100001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340871; }

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

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

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

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

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

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

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

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