#342191

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

Shades of Persian Indigo #342191

Tints of Persian Indigo #342191

Color information

#342191 (or 0x342191) is unknown color: approx Persian Indigo. HEX triplet: 34, 21 and 91. RGB value is (52,33,145). Sum of RGB (Red+Green+Blue) = 52+33+145=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 145 (57.03% from 255 or 63.04% from 230); Max value from RGB is 145 - color contains mainly: blue. Hex color #342191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342191 is #CBDE6E. Grayscale: #333333. Windows color (decimal): -13360751 or 9511220. OLE color: 9511220.

HSL color Cylindrical-coordinate representation of color #342191: hue angle of 250.18º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342191 is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5233145-
CMYK0.640.7700.43
HSL250.18º62.92%34.9%-
HSV(B)250.18º77.24%56.86%-
XYZ7.073.8627.16-
YUV51.45180.79128.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 33 (13.28% from 255) = 14.35%
BLUE value IS 145 (57.03% from 255) = 63.04%
R=22.61%
G=14.35%
B=63.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52331450.640.7700.43250.1862.9234.9
Hex342191404D02Bfa3f23
Octal64412211001150533727743
Binary1101001000011001000110000001001101010101111111010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342191; }

 p { color: rgb(52,33,145); }

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

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

 a { background-color: rgb(52,33,145); }

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

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

 span { border-color: rgb(52,33,145); }

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