#34086E

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

Shades of Persian Indigo #34086E

Tints of Persian Indigo #34086E

Color information

#34086E (or 0x34086E) is unknown color: approx Persian Indigo. HEX triplet: 34, 08 and 6E. RGB value is (52,8,110). Sum of RGB (Red+Green+Blue) = 52+8+110=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 8 (3.52% from 255 or 4.71% from 170); Blue value is 110 (43.36% from 255 or 64.71% from 170); Max value from RGB is 110 - color contains mainly: blue. Hex color #34086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34086E is #CBF791. Grayscale: #202020. Windows color (decimal): -13367186 or 7211060. OLE color: 7211060.

HSL color Cylindrical-coordinate representation of color #34086E: hue angle of 265.88º 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 #34086E is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB528110-
CMYK0.530.9300.57
HSL265.88º86.44%23.14%-
HSV(B)265.88º92.73%43.14%-
XYZ4.322.0314.92-
YUV32.78171.58141.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.59%
GREEN value IS 8 (3.52% from 255) = 4.71%
BLUE value IS 110 (43.36% from 255) = 64.71%
R=30.59%
G=4.71%
B=64.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5281100.530.9300.57265.8886.4423.14
Hex3486E355D03910a5617
Octal64101566513507141212627
Binary1101001000110111011010110111010111001100001010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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