#34029A

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

Shades of Persian Indigo #34029A

Tints of Persian Indigo #34029A

Color information

#34029A (or 0x34029A) is unknown color: approx Persian Indigo. HEX triplet: 34, 02 and 9A. RGB value is (52,2,154). Sum of RGB (Red+Green+Blue) = 52+2+154=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 154 (60.55% from 255 or 74.04% from 208); Max value from RGB is 154 - color contains mainly: blue. Hex color #34029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34029A is #CBFD65. Grayscale: #212121. Windows color (decimal): -13368678 or 10093108. OLE color: 10093108.

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

Color convert

RGB522154-
CMYK0.660.9900.40
HSL259.74º97.44%30.59%-
HSV(B)259.74º98.7%60.39%-
XYZ7.273.1130.79-
YUV34.28195.56140.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 154 (60.55% from 255) = 74.04%
R=25%
G=0.96%
B=74.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5221540.660.9900.40259.7497.4430.59
Hex3429A4263028104611f
Octal64223210214305040414137
Binary1101001010011010100001011000110101000100000100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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