#342272

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

Shades of Persian Indigo #342272

Tints of Persian Indigo #342272

Color information

#342272 (or 0x342272) is unknown color: approx Persian Indigo. HEX triplet: 34, 22 and 72. RGB value is (52,34,114). Sum of RGB (Red+Green+Blue) = 52+34+114=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #342272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342272 is #CBDD8D. Grayscale: #303030. Windows color (decimal): -13360526 or 7479860. OLE color: 7479860.

HSL color Cylindrical-coordinate representation of color #342272: hue angle of 253.5º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #342272 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5234114-
CMYK0.540.7000.55
HSL253.5º54.05%29.02%-
HSV(B)253.5º70.18%44.71%-
XYZ5.033.0916.25-
YUV48.5164.96130.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 34 (13.67% from 255) = 17%
BLUE value IS 114 (44.92% from 255) = 57%
R=26%
G=17%
B=57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52341140.540.7000.55253.554.0529.02
Hex3422723646037fe361d
Octal6442162661060673766635
Binary1101001000101110010110110100011001101111111111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342272; }

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

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

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

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

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

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

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

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