#340463

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

Shades of Persian Indigo #340463

Tints of Persian Indigo #340463

Color information

#340463 (or 0x340463) is unknown color: approx Persian Indigo. HEX triplet: 34, 04 and 63. RGB value is (52,4,99). Sum of RGB (Red+Green+Blue) = 52+4+99=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #340463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340463 is #CBFB9C. Grayscale: #1C1C1C. Windows color (decimal): -13368221 or 6489140. OLE color: 6489140.

HSL color Cylindrical-coordinate representation of color #340463: hue angle of 270.32º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340463 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB52499-
CMYK0.470.9600.61
HSL270.32º92.23%20.2%-
HSV(B)270.32º95.96%38.82%-
XYZ3.711.7211.94-
YUV29.18167.4144.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.55%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 99 (39.06% from 255) = 63.87%
R=33.55%
G=2.58%
B=63.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal524990.470.9600.61270.3292.2320.2
Hex344632F6003D10e5c14
Octal6441435714007541613424
Binary110100100110001110111111000000111101100001110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340463; }

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

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

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

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

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

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

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

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