#341578

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

Shades of Persian Indigo #341578

Tints of Persian Indigo #341578

Color information

#341578 (or 0x341578) is unknown color: approx Persian Indigo. HEX triplet: 34, 15 and 78. RGB value is (52,21,120). Sum of RGB (Red+Green+Blue) = 52+21+120=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #341578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #341578 is #CBEA87. Grayscale: #292929. Windows color (decimal): -13363848 or 7869748. OLE color: 7869748.

HSL color Cylindrical-coordinate representation of color #341578: hue angle of 258.79º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #341578 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5221120-
CMYK0.570.8300.53
HSL258.79º70.21%27.65%-
HSV(B)258.79º82.5%47.06%-
XYZ5.072.6218.01-
YUV41.56172.27135.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 21 (8.59% from 255) = 10.88%
BLUE value IS 120 (47.27% from 255) = 62.18%
R=26.94%
G=10.88%
B=62.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52211200.570.8300.53258.7970.2127.65
Hex3415783953035103461c
Octal64251707112306540310634
Binary11010010101111100011100110100110110101100000011100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341578; }

 p { color: rgb(52,21,120); }

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

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

 a { background-color: rgb(52,21,120); }

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

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

 span { border-color: rgb(52,21,120); }

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