#341E93

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

Shades of Persian Indigo #341E93

Tints of Persian Indigo #341E93

Color information

#341E93 (or 0x341E93) is unknown color: approx Persian Indigo. HEX triplet: 34, 1E and 93. RGB value is (52,30,147). Sum of RGB (Red+Green+Blue) = 52+30+147=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 147 (57.81% from 255 or 64.19% from 229); Max value from RGB is 147 - color contains mainly: blue. Hex color #341E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #341E93 is #CBE16C. Grayscale: #313131. Windows color (decimal): -13361517 or 9641524. OLE color: 9641524.

HSL color Cylindrical-coordinate representation of color #341E93: hue angle of 251.28º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #341E93 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5230147-
CMYK0.650.8000.42
HSL251.28º66.1%34.71%-
HSV(B)251.28º79.59%57.65%-
XYZ7.153.7727.95-
YUV49.92182.79129.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 30 (12.11% from 255) = 13.10%
BLUE value IS 147 (57.81% from 255) = 64.19%
R=22.71%
G=13.10%
B=64.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52301470.650.8000.42251.2866.134.71
Hex341E93415002Afb4223
Octal643622310112005237310243
Binary1101001111010010011100000110100000101010111110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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