#340F99

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

Shades of Persian Indigo #340F99

Tints of Persian Indigo #340F99

Color information

#340F99 (or 0x340F99) is unknown color: approx Persian Indigo. HEX triplet: 34, 0F and 99. RGB value is (52,15,153). Sum of RGB (Red+Green+Blue) = 52+15+153=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #340F99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340F99 is #CBF066. Grayscale: #292929. Windows color (decimal): -13365351 or 10030900. OLE color: 10030900.

HSL color Cylindrical-coordinate representation of color #340F99: hue angle of 256.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340F99 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5215153-
CMYK0.660.9000.4
HSL256.09º82.14%32.94%-
HSV(B)256.09º90.2%60%-
XYZ7.343.3730.4-
YUV41.8190.76135.28-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.64%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 153 (60.16% from 255) = 69.55%
R=23.64%
G=6.82%
B=69.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal52151530.660.9000.4256.0982.1432.94
Hex34F99425A0281005221
Octal641723110213205040012241
Binary1101001111100110011000010101101001010001000000001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340F99; }

 p { color: rgb(52,15,153); }

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

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

 a { background-color: rgb(52,15,153); }

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

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

 span { border-color: rgb(52,15,153); }

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