#3226ad

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

Shades of Persian Blue #3226AD

Tints of Persian Blue #3226AD

Color information

#3226AD (or 0x3226AD) is unknown color: approx Persian Blue. HEX triplet: 32, 26 and AD. RGB value is (50,38,173). Sum of RGB (Red+Green+Blue) = 50+38+173=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 173 (67.97% from 255 or 66.28% from 261); Max value from RGB is 173 - color contains mainly: blue. Hex color #3226AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3226AD is #CDD952. Grayscale: #383838. Windows color (decimal): -13490515 or 11347506. OLE color: 11347506.

HSL color Cylindrical-coordinate representation of color #3226AD: hue angle of 245.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3226AD is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5038173-
CMYK0.710.7800.32
HSL245.33º63.98%41.37%-
HSV(B)245.33º78.03%67.84%-
XYZ9.555.0840.01-
YUV56.98193.48123.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 38 (15.23% from 255) = 14.56%
BLUE value IS 173 (67.97% from 255) = 66.28%
R=19.16%
G=14.56%
B=66.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50381730.710.7800.32245.3363.9841.37
Hex3226AD474E020f54029
Octal624625510711604036510051
Binary11001010011010101101100011110011100100000111101011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3226ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3226ad; }

 p { color: rgb(50,38,173); }

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

<style>
 a { background-color: #3226ad; }

 a { background-color: rgb(50,38,173); }

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

<style>
 span { border-color: #3226ad; }

 span { border-color: rgb(50,38,173); }

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