#34076B

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

Shades of Persian Indigo #34076B

Tints of Persian Indigo #34076B

Color information

#34076B (or 0x34076B) is unknown color: approx Persian Indigo. HEX triplet: 34, 07 and 6B. RGB value is (52,7,107). Sum of RGB (Red+Green+Blue) = 52+7+107=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 7 (3.12% from 255 or 4.22% from 166); Blue value is 107 (42.19% from 255 or 64.46% from 166); Max value from RGB is 107 - color contains mainly: blue. Hex color #34076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34076B is #CBF894. Grayscale: #1F1F1F. Windows color (decimal): -13367445 or 7014196. OLE color: 7014196.

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

Color convert

RGB527107-
CMYK0.510.9300.58
HSL267º87.72%22.35%-
HSV(B)267º93.46%41.96%-
XYZ4.151.9414.07-
YUV31.86170.41142.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 7 (3.12% from 255) = 4.22%
BLUE value IS 107 (42.19% from 255) = 64.46%
R=31.33%
G=4.22%
B=64.46%

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
Decimal5271070.510.9300.5826787.7222.35
Hex3476B335D03A10b5816
Octal6471536313507241313026
Binary110100111110101111001110111010111010100001011101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34076B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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