#3021AA

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

Shades of Persian Blue #3021AA

Tints of Persian Blue #3021AA

Color information

#3021AA (or 0x3021AA) is unknown color: approx Persian Blue. HEX triplet: 30, 21 and AA. RGB value is (48,33,170). Sum of RGB (Red+Green+Blue) = 48+33+170=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #3021AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3021AA is #CFDE55. Grayscale: #343434. Windows color (decimal): -13622870 or 11149616. OLE color: 11149616.

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

Color convert

RGB4833170-
CMYK0.720.8100.33
HSL246.57º67.49%39.8%-
HSV(B)246.57º80.59%66.67%-
XYZ9.024.6238.45-
YUV53.1193.97124.36-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 170 (66.80% from 255) = 67.73%
R=19.12%
G=13.15%
B=67.73%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48331700.720.8100.33246.5767.4939.8
Hex3021AA4851021f74328
Octal604125211012104136710350
Binary11000010000110101010100100010100010100001111101111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3021AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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