#341971

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

Shades of Persian Indigo #341971

Tints of Persian Indigo #341971

Color information

#341971 (or 0x341971) is unknown color: approx Persian Indigo. HEX triplet: 34, 19 and 71. RGB value is (52,25,113). Sum of RGB (Red+Green+Blue) = 52+25+113=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #341971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341971 is #CBE68E. Grayscale: #2A2A2A. Windows color (decimal): -13362831 or 7412020. OLE color: 7412020.

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

Color convert

RGB5225113-
CMYK0.540.7800.56
HSL258.41º63.77%27.06%-
HSV(B)258.41º77.88%44.31%-
XYZ4.742.6215.88-
YUV43.1167.45134.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 113 (44.53% from 255) = 59.47%
R=27.37%
G=13.16%
B=59.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52251130.540.7800.56258.4163.7727.06
Hex341971364E038102401b
Octal64311616611607040210033
Binary11010011001111000111011010011100111000100000010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341971; }

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

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

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

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

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

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

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

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