#34086D

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

Shades of Persian Indigo #34086D

Tints of Persian Indigo #34086D

Color information

#34086D (or 0x34086D) is unknown color: approx Persian Indigo. HEX triplet: 34, 08 and 6D. RGB value is (52,8,109). Sum of RGB (Red+Green+Blue) = 52+8+109=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #34086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34086D is #CBF792. Grayscale: #202020. Windows color (decimal): -13367187 or 7145524. OLE color: 7145524.

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

Color convert

RGB528109-
CMYK0.520.9300.57
HSL266.14º86.32%22.94%-
HSV(B)266.14º92.66%42.75%-
XYZ4.262.0114.63-
YUV32.67171.08141.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 109 (42.97% from 255) = 64.50%
R=30.77%
G=4.73%
B=64.50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5281090.520.9300.57266.1486.3222.94
Hex3486D345D03910a5617
Octal64101556413507141212627
Binary1101001000110110111010010111010111001100001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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