#34016B

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

Shades of Persian Indigo #34016B

Tints of Persian Indigo #34016B

Color information

#34016B (or 0x34016B) is unknown color: approx Persian Indigo. HEX triplet: 34, 01 and 6B. RGB value is (52,1,107). Sum of RGB (Red+Green+Blue) = 52+1+107=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #34016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34016B is #CBFE94. Grayscale: #1B1B1B. Windows color (decimal): -13368981 or 7012660. OLE color: 7012660.

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

Color convert

RGB521107-
CMYK0.510.9900.58
HSL268.87º98.15%21.18%-
HSV(B)268.87º99.07%41.96%-
XYZ4.081.8114.04-
YUV28.33172.4144.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 32.5%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 107 (42.19% from 255) = 66.88%
R=32.5%
G=0.62%
B=66.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5211070.510.9900.58268.8798.1521.18
Hex3416B336303A10d6215
Octal6411536314307241514225
Binary1101001110101111001111000110111010100001101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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