#34046F

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

Shades of Persian Indigo #34046F

Tints of Persian Indigo #34046F

Color information

#34046F (or 0x34046F) is unknown color: approx Persian Indigo. HEX triplet: 34, 04 and 6F. RGB value is (52,4,111). Sum of RGB (Red+Green+Blue) = 52+4+111=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #34046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34046F is #CBFB90. Grayscale: #1E1E1E. Windows color (decimal): -13368209 or 7275572. OLE color: 7275572.

HSL color Cylindrical-coordinate representation of color #34046F: hue angle of 266.92º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34046F is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB524111-
CMYK0.530.9600.56
HSL266.92º93.04%22.55%-
HSV(B)266.92º96.4%43.53%-
XYZ4.331.9615.19-
YUV30.55173.4143.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 111 (43.75% from 255) = 66.47%
R=31.14%
G=2.40%
B=66.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5241110.530.9600.56266.9293.0422.55
Hex3446F356003810b5d17
Octal6441576514007041313527
Binary110100100110111111010111000000111000100001011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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