#34139F

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

Shades of Persian Indigo #34139F

Tints of Persian Indigo #34139F

Color information

#34139F (or 0x34139F) is unknown color: approx Persian Indigo. HEX triplet: 34, 13 and 9F. RGB value is (52,19,159). Sum of RGB (Red+Green+Blue) = 52+19+159=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #34139F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34139F is #CBEC60. Grayscale: #2C2C2C. Windows color (decimal): -13364321 or 10425140. OLE color: 10425140.

HSL color Cylindrical-coordinate representation of color #34139F: hue angle of 254.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #34139F is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5219159-
CMYK0.670.8800.38
HSL254.14º78.65%34.9%-
HSV(B)254.14º88.05%62.35%-
XYZ7.913.733.1-
YUV44.83192.43133.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 19 (7.81% from 255) = 8.26%
BLUE value IS 159 (62.5% from 255) = 69.13%
R=22.61%
G=8.26%
B=69.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52191590.670.8800.38254.1478.6534.9
Hex34139F4358026fe4f23
Octal642323710313004637611743
Binary1101001001110011111100001110110000100110111111101001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34139F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34139F; }

 p { color: rgb(52,19,159); }

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

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

 a { background-color: rgb(52,19,159); }

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

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

 span { border-color: rgb(52,19,159); }

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