#342295

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

Shades of Persian Indigo #342295

Tints of Persian Indigo #342295

Color information

#342295 (or 0x342295) is unknown color: approx Persian Indigo. HEX triplet: 34, 22 and 95. RGB value is (52,34,149). Sum of RGB (Red+Green+Blue) = 52+34+149=235 (31% of max value = 765). Red value is 52 (20.70% from 255 or 22.13% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #342295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #342295 is #CBDD6A. Grayscale: #343434. Windows color (decimal): -13360491 or 9773620. OLE color: 9773620.

HSL color Cylindrical-coordinate representation of color #342295: hue angle of 249.39º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342295 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5234149-
CMYK0.650.7700.42
HSL249.39º62.84%35.88%-
HSV(B)249.39º77.18%58.43%-
XYZ7.414.0428.82-
YUV52.49182.46127.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.13%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 149 (58.59% from 255) = 63.40%
R=22.13%
G=14.47%
B=63.40%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52341490.650.7700.42249.3962.8435.88
Hex342295414D02Af93f24
Octal64422251011150523717744
Binary1101001000101001010110000011001101010101011111001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342295; }

 p { color: rgb(52,34,149); }

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

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

 a { background-color: rgb(52,34,149); }

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

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

 span { border-color: rgb(52,34,149); }

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