#34096F

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

Shades of Persian Indigo #34096F

Tints of Persian Indigo #34096F

Color information

#34096F (or 0x34096F) is unknown color: approx Persian Indigo. HEX triplet: 34, 09 and 6F. RGB value is (52,9,111). Sum of RGB (Red+Green+Blue) = 52+9+111=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 9 (3.91% from 255 or 5.23% from 172); Blue value is 111 (43.75% from 255 or 64.53% from 172); Max value from RGB is 111 - color contains mainly: blue. Hex color #34096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34096F is #CBF690. Grayscale: #212121. Windows color (decimal): -13366929 or 7276852. OLE color: 7276852.

HSL color Cylindrical-coordinate representation of color #34096F: hue angle of 265.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34096F is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB529111-
CMYK0.530.9200.56
HSL265.29º85%23.53%-
HSV(B)265.29º91.89%43.53%-
XYZ4.382.0715.21-
YUV33.48171.75141.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 9 (3.91% from 255) = 5.23%
BLUE value IS 111 (43.75% from 255) = 64.53%
R=30.23%
G=5.23%
B=64.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5291110.530.9200.56265.298523.53
Hex3496F355C0381095518
Octal64111576513407041112530
Binary1101001001110111111010110111000111000100001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34096F; }

 p { color: rgb(52,9,111); }

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

<style>
 a { background-color: #34096F; }

 a { background-color: rgb(52,9,111); }

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

<style>
 span { border-color: #34096F; }

 span { border-color: rgb(52,9,111); }

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