#341371

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

Shades of Persian Indigo #341371

Tints of Persian Indigo #341371

Color information

#341371 (or 0x341371) is unknown color: approx Persian Indigo. HEX triplet: 34, 13 and 71. RGB value is (52,19,113). Sum of RGB (Red+Green+Blue) = 52+19+113=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 19 (7.81% from 255 or 10.33% from 184); Blue value is 113 (44.53% from 255 or 61.41% from 184); Max value from RGB is 113 - color contains mainly: blue. Hex color #341371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341371 is #CBEC8E. Grayscale: #272727. Windows color (decimal): -13364367 or 7410484. OLE color: 7410484.

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

Color convert

RGB5219113-
CMYK0.540.8300.56
HSL261.06º71.21%25.88%-
HSV(B)261.06º83.19%44.31%-
XYZ4.632.3915.84-
YUV39.58169.43136.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 19 (7.81% from 255) = 10.33%
BLUE value IS 113 (44.53% from 255) = 61.41%
R=28.26%
G=10.33%
B=61.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52191130.540.8300.56261.0671.2125.88
Hex3413713653038105471a
Octal64231616612307040510732
Binary11010010011111000111011010100110111000100000101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341371; }

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

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

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

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

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

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

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

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