#342190

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

Shades of Persian Indigo #342190

Tints of Persian Indigo #342190

Color information

#342190 (or 0x342190) is unknown color: approx Persian Indigo. HEX triplet: 34, 21 and 90. RGB value is (52,33,144). Sum of RGB (Red+Green+Blue) = 52+33+144=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #342190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342190 is #CBDE6F. Grayscale: #323232. Windows color (decimal): -13360752 or 9445684. OLE color: 9445684.

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

Color convert

RGB5233144-
CMYK0.640.7700.44
HSL250.27º62.71%34.71%-
HSV(B)250.27º77.08%56.47%-
XYZ6.993.8326.76-
YUV51.33180.29128.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.71%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 144 (56.64% from 255) = 62.88%
R=22.71%
G=14.41%
B=62.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52331440.640.7700.44250.2762.7134.71
Hex342190404D02Cfa3f23
Octal64412201001150543727743
Binary1101001000011001000010000001001101010110011111010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342190; }

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

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

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

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

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

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

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

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