#341471

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

Shades of Persian Indigo #341471

Tints of Persian Indigo #341471

Color information

#341471 (or 0x341471) is unknown color: approx Persian Indigo. HEX triplet: 34, 14 and 71. RGB value is (52,20,113). Sum of RGB (Red+Green+Blue) = 52+20+113=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 113 (44.53% from 255 or 61.08% from 185); Max value from RGB is 113 - color contains mainly: blue. Hex color #341471 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341471 is #CBEB8E. Grayscale: #272727. Windows color (decimal): -13364111 or 7410740. OLE color: 7410740.

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

Color convert

RGB5220113-
CMYK0.540.8200.56
HSL260.65º69.92%26.08%-
HSV(B)260.65º82.3%44.31%-
XYZ4.652.4215.85-
YUV40.17169.1136.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.11%
GREEN value IS 20 (8.20% from 255) = 10.81%
BLUE value IS 113 (44.53% from 255) = 61.08%
R=28.11%
G=10.81%
B=61.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52201130.540.8200.56260.6569.9226.08
Hex3414713652038105461a
Octal64241616612207040510632
Binary11010010100111000111011010100100111000100000101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341471; }

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

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

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

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

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

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

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

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