#34026B

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

Shades of Persian Indigo #34026B

Tints of Persian Indigo #34026B

Color information

#34026B (or 0x34026B) is unknown color: approx Persian Indigo. HEX triplet: 34, 02 and 6B. RGB value is (52,2,107). Sum of RGB (Red+Green+Blue) = 52+2+107=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 2 (1.17% from 255 or 1.24% from 161); Blue value is 107 (42.19% from 255 or 66.46% from 161); Max value from RGB is 107 - color contains mainly: blue. Hex color #34026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34026B is #CBFD94. Grayscale: #1C1C1C. Windows color (decimal): -13368725 or 7012916. OLE color: 7012916.

HSL color Cylindrical-coordinate representation of color #34026B: hue angle of 268.57º 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 #34026B is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB522107-
CMYK0.510.9800.58
HSL268.57º96.33%21.37%-
HSV(B)268.57º98.13%41.96%-
XYZ4.091.8414.05-
YUV28.92172.06144.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.30%
GREEN value IS 2 (1.17% from 255) = 1.24%
BLUE value IS 107 (42.19% from 255) = 66.46%
R=32.30%
G=1.24%
B=66.46%

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
Decimal5221070.510.9800.58268.5796.3321.37
Hex3426B336203A10d6015
Octal6421536314207241514025
Binary11010010110101111001111000100111010100001101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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