#3021AE

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

Shades of Persian Blue #3021AE

Tints of Persian Blue #3021AE

Color information

#3021AE (or 0x3021AE) is unknown color: approx Persian Blue. HEX triplet: 30, 21 and AE. RGB value is (48,33,174). Sum of RGB (Red+Green+Blue) = 48+33+174=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #3021AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3021AE is #CFDE51. Grayscale: #353535. Windows color (decimal): -13622866 or 11411760. OLE color: 11411760.

HSL color Cylindrical-coordinate representation of color #3021AE: hue angle of 246.38º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3021AE is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4833174-
CMYK0.720.8100.32
HSL246.38º68.12%40.59%-
HSV(B)246.38º81.03%68.24%-
XYZ9.44.7740.47-
YUV53.56195.97124.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 174 (68.36% from 255) = 68.24%
R=18.82%
G=12.94%
B=68.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48331740.720.8100.32246.3868.1240.59
Hex3021AE4851020f64429
Octal604125611012104036610451
Binary11000010000110101110100100010100010100000111101101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3021AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3021AE; }

 p { color: rgb(48,33,174); }

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

<style>
 a { background-color: #3021AE; }

 a { background-color: rgb(48,33,174); }

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

<style>
 span { border-color: #3021AE; }

 span { border-color: rgb(48,33,174); }

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