#34047E

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

Shades of Persian Indigo #34047E

Tints of Persian Indigo #34047E

Color information

#34047E (or 0x34047E) is unknown color: approx Persian Indigo. HEX triplet: 34, 04 and 7E. RGB value is (52,4,126). Sum of RGB (Red+Green+Blue) = 52+4+126=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 4 (1.95% from 255 or 2.20% from 182); Blue value is 126 (49.61% from 255 or 69.23% from 182); Max value from RGB is 126 - color contains mainly: blue. Hex color #34047E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34047E is #CBFB81. Grayscale: #1F1F1F. Windows color (decimal): -13368194 or 8258612. OLE color: 8258612.

HSL color Cylindrical-coordinate representation of color #34047E: hue angle of 263.61º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34047E is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB524126-
CMYK0.590.9700.51
HSL263.61º93.85%25.49%-
HSV(B)263.61º96.83%49.41%-
XYZ5.232.3219.91-
YUV32.26180.9142.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 4 (1.95% from 255) = 2.20%
BLUE value IS 126 (49.61% from 255) = 69.23%
R=28.57%
G=2.20%
B=69.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5241260.590.9700.51263.6193.8525.49
Hex3447E3B610331085e19
Octal6441767314106341013631
Binary110100100111111011101111000010110011100001000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34047E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34047E; }

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

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

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

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

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

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

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

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