#341F78

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

Shades of Persian Indigo #341F78

Tints of Persian Indigo #341F78

Color information

#341F78 (or 0x341F78) is unknown color: approx Persian Indigo. HEX triplet: 34, 1F and 78. RGB value is (52,31,120). Sum of RGB (Red+Green+Blue) = 52+31+120=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #341F78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #341F78 is #CBE087. Grayscale: #2F2F2F. Windows color (decimal): -13361288 or 7872308. OLE color: 7872308.

HSL color Cylindrical-coordinate representation of color #341F78: hue angle of 254.16º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #341F78 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5231120-
CMYK0.570.7400.53
HSL254.16º58.94%29.61%-
HSV(B)254.16º74.17%47.06%-
XYZ5.33.0718.08-
YUV47.42168.96131.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.62%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=25.62%
G=15.27%
B=59.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52311200.570.7400.53254.1658.9429.61
Hex341F78394A035fe3b1e
Octal6437170711120653767336
Binary110100111111111000111001100101001101011111111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341F78; }

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

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

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

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

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

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

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

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