#34069F

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

Shades of Persian Indigo #34069F

Tints of Persian Indigo #34069F

Color information

#34069F (or 0x34069F) is unknown color: approx Persian Indigo. HEX triplet: 34, 06 and 9F. RGB value is (52,6,159). Sum of RGB (Red+Green+Blue) = 52+6+159=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #34069F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34069F is #CBF960. Grayscale: #242424. Windows color (decimal): -13367649 or 10421812. OLE color: 10421812.

HSL color Cylindrical-coordinate representation of color #34069F: hue angle of 258.04º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34069F is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB526159-
CMYK0.670.9600.38
HSL258.04º92.73%32.35%-
HSV(B)258.04º96.23%62.35%-
XYZ7.743.3633.04-
YUV37.2196.74138.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 6 (2.73% from 255) = 2.76%
BLUE value IS 159 (62.5% from 255) = 73.27%
R=23.96%
G=2.76%
B=73.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5261590.670.9600.38258.0492.7332.35
Hex3469F43600261025d20
Octal64623710314004640213540
Binary110100110100111111000011110000001001101000000101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34069F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,6,159); }

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

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

 a { background-color: rgb(52,6,159); }

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

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

 span { border-color: rgb(52,6,159); }

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