#34086B

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

Shades of Persian Indigo #34086B

Tints of Persian Indigo #34086B

Color information

#34086B (or 0x34086B) is unknown color: approx Persian Indigo. HEX triplet: 34, 08 and 6B. RGB value is (52,8,107). Sum of RGB (Red+Green+Blue) = 52+8+107=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #34086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34086B is #CBF794. Grayscale: #202020. Windows color (decimal): -13367189 or 7014452. OLE color: 7014452.

HSL color Cylindrical-coordinate representation of color #34086B: hue angle of 266.67º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34086B is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB528107-
CMYK0.510.9300.58
HSL266.67º86.09%22.55%-
HSV(B)266.67º92.52%41.96%-
XYZ4.161.9714.07-
YUV32.44170.08141.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 8 (3.52% from 255) = 4.79%
BLUE value IS 107 (42.19% from 255) = 64.07%
R=31.14%
G=4.79%
B=64.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5281070.510.9300.58266.6786.0922.55
Hex3486B335D03A10b5617
Octal64101536313507241312627
Binary1101001000110101111001110111010111010100001011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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