#341173

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

Shades of Persian Indigo #341173

Tints of Persian Indigo #341173

Color information

#341173 (or 0x341173) is unknown color: approx Persian Indigo. HEX triplet: 34, 11 and 73. RGB value is (52,17,115). Sum of RGB (Red+Green+Blue) = 52+17+115=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #341173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341173 is #CBEE8C. Grayscale: #262626. Windows color (decimal): -13364877 or 7541044. OLE color: 7541044.

HSL color Cylindrical-coordinate representation of color #341173: hue angle of 261.43º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341173 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5217115-
CMYK0.550.8500.55
HSL261.43º74.24%25.88%-
HSV(B)261.43º85.22%45.1%-
XYZ4.712.3716.43-
YUV38.64171.1137.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 115 (45.31% from 255) = 62.5%
R=28.26%
G=9.24%
B=62.5%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52171150.550.8500.55261.4374.2425.88
Hex34117337550371054a1a
Octal64211636712506740511232
Binary11010010001111001111011110101010110111100000101100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341173; }

 p { color: rgb(52,17,115); }

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

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

 a { background-color: rgb(52,17,115); }

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

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

 span { border-color: rgb(52,17,115); }

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