#3021AB

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

Shades of Persian Blue #3021AB

Tints of Persian Blue #3021AB

Color information

#3021AB (or 0x3021AB) is unknown color: approx Persian Blue. HEX triplet: 30, 21 and AB. RGB value is (48,33,171). Sum of RGB (Red+Green+Blue) = 48+33+171=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #3021AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3021AB is #CFDE54. Grayscale: #343434. Windows color (decimal): -13622869 or 11215152. OLE color: 11215152.

HSL color Cylindrical-coordinate representation of color #3021AB: hue angle of 246.52º degrees, saturation: 0.68, 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 #3021AB is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4833171-
CMYK0.720.8100.33
HSL246.52º67.65%40%-
HSV(B)246.52º80.7%67.06%-
XYZ9.114.6638.95-
YUV53.22194.47124.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 33 (13.28% from 255) = 13.10%
BLUE value IS 171 (67.19% from 255) = 67.86%
R=19.05%
G=13.10%
B=67.86%

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
Decimal48331710.720.8100.33246.5267.6540
Hex3021AB4851021f74428
Octal604125311012104136710450
Binary11000010000110101011100100010100010100001111101111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3021AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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