#34059A

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

Shades of Persian Indigo #34059A

Tints of Persian Indigo #34059A

Color information

#34059A (or 0x34059A) is unknown color: approx Persian Indigo. HEX triplet: 34, 05 and 9A. RGB value is (52,5,154). Sum of RGB (Red+Green+Blue) = 52+5+154=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 154 (60.55% from 255 or 72.99% from 211); Max value from RGB is 154 - color contains mainly: blue. Hex color #34059A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34059A is #CBFA65. Grayscale: #232323. Windows color (decimal): -13367910 or 10093876. OLE color: 10093876.

HSL color Cylindrical-coordinate representation of color #34059A: hue angle of 258.93º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34059A is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB525154-
CMYK0.660.9700.40
HSL258.93º93.71%31.18%-
HSV(B)258.93º96.75%60.39%-
XYZ7.33.1730.8-
YUV36.04194.57139.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 154 (60.55% from 255) = 72.99%
R=24.64%
G=2.37%
B=72.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5251540.660.9700.40258.9393.7131.18
Hex3459A42610281035e1f
Octal64523210214105040313637
Binary11010010110011010100001011000010101000100000011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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