#342078

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

Shades of Persian Indigo #342078

Tints of Persian Indigo #342078

Color information

#342078 (or 0x342078) is unknown color: approx Persian Indigo. HEX triplet: 34, 20 and 78. RGB value is (52,32,120). Sum of RGB (Red+Green+Blue) = 52+32+120=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 32 (12.89% from 255 or 15.69% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #342078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342078 is #CBDF87. Grayscale: #2F2F2F. Windows color (decimal): -13361032 or 7872564. OLE color: 7872564.

HSL color Cylindrical-coordinate representation of color #342078: hue angle of 253.64º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #342078 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5232120-
CMYK0.570.7300.53
HSL253.64º57.89%29.8%-
HSV(B)253.64º73.33%47.06%-
XYZ5.323.1218.09-
YUV48.01168.63130.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 32 (12.89% from 255) = 15.69%
BLUE value IS 120 (47.27% from 255) = 58.82%
R=25.49%
G=15.69%
B=58.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52321200.570.7300.53253.6457.8929.8
Hex3420783949035fe3a1e
Octal6440170711110653767236
Binary1101001000001111000111001100100101101011111111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342078; }

 p { color: rgb(52,32,120); }

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

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

 a { background-color: rgb(52,32,120); }

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

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

 span { border-color: rgb(52,32,120); }

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