#34056A

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

Shades of Persian Indigo #34056A

Tints of Persian Indigo #34056A

Color information

#34056A (or 0x34056A) is unknown color: approx Persian Indigo. HEX triplet: 34, 05 and 6A. RGB value is (52,5,106). Sum of RGB (Red+Green+Blue) = 52+5+106=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #34056A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34056A is #CBFA95. Grayscale: #1E1E1E. Windows color (decimal): -13367958 or 6948148. OLE color: 6948148.

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

Color convert

RGB525106-
CMYK0.510.9500.58
HSL267.92º90.99%21.76%-
HSV(B)267.92º95.28%41.57%-
XYZ4.071.8813.78-
YUV30.57170.57143.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 5 (2.34% from 255) = 3.07%
BLUE value IS 106 (41.80% from 255) = 65.03%
R=31.90%
G=3.07%
B=65.03%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5251060.510.9500.58267.9290.9921.76
Hex3456A335F03A10c5b16
Octal6451526313707241413326
Binary110100101110101011001110111110111010100001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34056A; }

 p { color: rgb(52,5,106); }

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

<style>
 a { background-color: #34056A; }

 a { background-color: rgb(52,5,106); }

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

<style>
 span { border-color: #34056A; }

 span { border-color: rgb(52,5,106); }

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