#342478

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

Shades of Persian Indigo #342478

Tints of Persian Indigo #342478

Color information

#342478 (or 0x342478) is unknown color: approx Persian Indigo. HEX triplet: 34, 24 and 78. RGB value is (52,36,120). Sum of RGB (Red+Green+Blue) = 52+36+120=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #342478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342478 is #CBDB87. Grayscale: #323232. Windows color (decimal): -13360008 or 7873588. OLE color: 7873588.

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

Color convert

RGB5236120-
CMYK0.570.700.53
HSL251.43º53.85%30.59%-
HSV(B)251.43º70%47.06%-
XYZ5.443.3518.13-
YUV50.36167.3129.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 17.31%
BLUE value IS 120 (47.27% from 255) = 57.69%
R=25%
G=17.31%
B=57.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52361200.570.700.53251.4353.8530.59
Hex3424783946035fb361f
Octal6444170711060653736637
Binary1101001001001111000111001100011001101011111101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342478; }

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

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

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

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

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

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

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

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