#3422AD

Color #3422AD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3422AD

Tints of Persian Blue #3422AD

Color information

#3422AD (or 0x3422AD) is unknown color: approx Persian Blue. HEX triplet: 34, 22 and AD. RGB value is (52,34,173). Sum of RGB (Red+Green+Blue) = 52+34+173=259 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.08% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #3422AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3422AD is #CBDD52. Grayscale: #363636. Windows color (decimal): -13360467 or 11346484. OLE color: 11346484.

HSL color Cylindrical-coordinate representation of color #3422AD: hue angle of 247.77º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3422AD is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5234173-
CMYK0.700.8000.32
HSL247.77º67.15%40.59%-
HSV(B)247.77º80.35%67.84%-
XYZ9.534.8939.98-
YUV55.23194.46125.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.08%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 173 (67.97% from 255) = 66.80%
R=20.08%
G=13.13%
B=66.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal52341730.700.8000.32247.7767.1540.59
Hex3422AD4650020f84329
Octal644225510612004037010351
Binary11010010001010101101100011010100000100000111110001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3422AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3422AD; }

 p { color: rgb(52,34,173); }

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

<style>
 a { background-color: #3422AD; }

 a { background-color: rgb(52,34,173); }

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

<style>
 span { border-color: #3422AD; }

 span { border-color: rgb(52,34,173); }

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