#340199

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

Shades of Persian Indigo #340199

Tints of Persian Indigo #340199

Color information

#340199 (or 0x340199) is unknown color: approx Persian Indigo. HEX triplet: 34, 01 and 99. RGB value is (52,1,153). Sum of RGB (Red+Green+Blue) = 52+1+153=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #340199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340199 is #CBFE66. Grayscale: #212121. Windows color (decimal): -13368935 or 10027316. OLE color: 10027316.

HSL color Cylindrical-coordinate representation of color #340199: hue angle of 260.13º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340199 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB521153-
CMYK0.660.9900.4
HSL260.13º98.7%30.2%-
HSV(B)260.13º99.35%60%-
XYZ7.183.0530.35-
YUV33.58195.4141.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.24%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 153 (60.16% from 255) = 74.27%
R=25.24%
G=0.49%
B=74.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5211530.660.9900.4260.1398.730.2
Hex341994263028104631e
Octal64123110214305040414336
Binary110100110011001100001011000110101000100000100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340199; }

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

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

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

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

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

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

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

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