#341C87

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

Shades of Persian Indigo #341C87

Tints of Persian Indigo #341C87

Color information

#341C87 (or 0x341C87) is unknown color: approx Persian Indigo. HEX triplet: 34, 1C and 87. RGB value is (52,28,135). Sum of RGB (Red+Green+Blue) = 52+28+135=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #341C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341C87 is #CBE378. Grayscale: #2E2E2E. Windows color (decimal): -13362041 or 8854580. OLE color: 8854580.

HSL color Cylindrical-coordinate representation of color #341C87: hue angle of 253.46º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #341C87 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5228135-
CMYK0.610.7900.47
HSL253.46º65.64%31.96%-
HSV(B)253.46º79.26%52.94%-
XYZ6.23.3123.23-
YUV47.37177.45131.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 135 (53.12% from 255) = 62.79%
R=24.19%
G=13.02%
B=62.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal52281350.610.7900.47253.4665.6431.96
Hex341C873D4F02Ffd4220
Octal64342077511705737510240
Binary110100111001000011111110110011110101111111111011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,28,135); }

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

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

 a { background-color: rgb(52,28,135); }

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

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

 span { border-color: rgb(52,28,135); }

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