#34026A

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

Shades of Persian Indigo #34026A

Tints of Persian Indigo #34026A

Color information

#34026A (or 0x34026A) is unknown color: approx Persian Indigo. HEX triplet: 34, 02 and 6A. RGB value is (52,2,106). Sum of RGB (Red+Green+Blue) = 52+2+106=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #34026A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34026A is #CBFD95. Grayscale: #1C1C1C. Windows color (decimal): -13368726 or 6947380. OLE color: 6947380.

HSL color Cylindrical-coordinate representation of color #34026A: hue angle of 268.85º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #34026A is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB522106-
CMYK0.510.9800.58
HSL268.85º96.3%21.18%-
HSV(B)268.85º98.11%41.57%-
XYZ4.041.8113.77-
YUV28.81171.56144.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 2 (1.17% from 255) = 1.25%
BLUE value IS 106 (41.80% from 255) = 66.25%
R=32.5%
G=1.25%
B=66.25%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5221060.510.9800.58268.8596.321.18
Hex3426A336203A10d6015
Octal6421526314207241514025
Binary11010010110101011001111000100111010100001101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34026A; }

 p { color: rgb(52,2,106); }

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

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

 a { background-color: rgb(52,2,106); }

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

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

 span { border-color: rgb(52,2,106); }

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