#342379

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

Shades of Persian Indigo #342379

Tints of Persian Indigo #342379

Color information

#342379 (or 0x342379) is unknown color: approx Persian Indigo. HEX triplet: 34, 23 and 79. RGB value is (52,35,121). Sum of RGB (Red+Green+Blue) = 52+35+121=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 121 (47.66% from 255 or 58.17% from 208); Max value from RGB is 121 - color contains mainly: blue. Hex color #342379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342379 is #CBDC86. Grayscale: #313131. Windows color (decimal): -13360263 or 7938868. OLE color: 7938868.

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

Color convert

RGB5235121-
CMYK0.570.7100.53
HSL251.86º55.13%30.59%-
HSV(B)251.86º71.07%47.45%-
XYZ5.473.3118.44-
YUV49.89168.13129.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 121 (47.66% from 255) = 58.17%
R=25%
G=16.83%
B=58.17%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52351210.570.7100.53251.8655.1330.59
Hex3423793947035fc371f
Octal6443171711070653746737
Binary1101001000111111001111001100011101101011111110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342379; }

 p { color: rgb(52,35,121); }

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

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

 a { background-color: rgb(52,35,121); }

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

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

 span { border-color: rgb(52,35,121); }

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