#34179F

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

Shades of Persian Indigo #34179F

Tints of Persian Indigo #34179F

Color information

#34179F (or 0x34179F) is unknown color: approx Persian Indigo. HEX triplet: 34, 17 and 9F. RGB value is (52,23,159). Sum of RGB (Red+Green+Blue) = 52+23+159=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #34179F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34179F is #CBE860. Grayscale: #2E2E2E. Windows color (decimal): -13363297 or 10426164. OLE color: 10426164.

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

Color convert

RGB5223159-
CMYK0.670.8600.38
HSL252.79º74.73%35.69%-
HSV(B)252.79º85.53%62.35%-
XYZ7.983.8533.12-
YUV47.18191.11131.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 23 (9.38% from 255) = 9.83%
BLUE value IS 159 (62.5% from 255) = 67.95%
R=22.22%
G=9.83%
B=67.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52231590.670.8600.38252.7974.7335.69
Hex34179F4356026fd4b24
Octal642723710312604637511344
Binary1101001011110011111100001110101100100110111111011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34179F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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