#340472

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

Shades of Persian Indigo #340472

Tints of Persian Indigo #340472

Color information

#340472 (or 0x340472) is unknown color: approx Persian Indigo. HEX triplet: 34, 04 and 72. RGB value is (52,4,114). Sum of RGB (Red+Green+Blue) = 52+4+114=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 114 (44.92% from 255 or 67.06% from 170); Max value from RGB is 114 - color contains mainly: blue. Hex color #340472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340472 is #CBFB8D. Grayscale: #1E1E1E. Windows color (decimal): -13368206 or 7472180. OLE color: 7472180.

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

Color convert

RGB524114-
CMYK0.540.9600.55
HSL266.18º93.22%23.14%-
HSV(B)266.18º96.49%44.71%-
XYZ4.52.0316.07-
YUV30.89174.9143.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 4 (1.95% from 255) = 2.35%
BLUE value IS 114 (44.92% from 255) = 67.06%
R=30.59%
G=2.35%
B=67.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5241140.540.9600.55266.1893.2223.14
Hex34472366003710a5d17
Octal6441626614006741213527
Binary110100100111001011011011000000110111100001010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340472; }

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

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

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

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

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

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

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

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