#341E85

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

Shades of Persian Indigo #341E85

Tints of Persian Indigo #341E85

Color information

#341E85 (or 0x341E85) is unknown color: approx Persian Indigo. HEX triplet: 34, 1E and 85. RGB value is (52,30,133). Sum of RGB (Red+Green+Blue) = 52+30+133=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #341E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341E85 is #CBE17A. Grayscale: #2F2F2F. Windows color (decimal): -13361531 or 8724020. OLE color: 8724020.

HSL color Cylindrical-coordinate representation of color #341E85: hue angle of 252.82º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #341E85 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5230133-
CMYK0.610.7700.48
HSL252.82º63.19%31.96%-
HSV(B)252.82º77.44%52.16%-
XYZ6.113.3522.52-
YUV48.32175.79130.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 133 (52.34% from 255) = 61.86%
R=24.19%
G=13.95%
B=61.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal52301330.610.7700.48252.8263.1931.96
Hex341E853D4D030fd3f20
Octal6436205751150603757740
Binary11010011110100001011111011001101011000011111101111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,30,133); }

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

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

 a { background-color: rgb(52,30,133); }

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

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

 span { border-color: rgb(52,30,133); }

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