#2821C1

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

Shades of Persian Blue #2821C1

Tints of Persian Blue #2821C1

Color information

#2821C1 (or 0x2821C1) is unknown color: approx Persian Blue. HEX triplet: 28, 21 and C1. RGB value is (40,33,193). Sum of RGB (Red+Green+Blue) = 40+33+193=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 193 (75.78% from 255 or 72.56% from 266); Max value from RGB is 193 - color contains mainly: blue. Hex color #2821C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2821C1 is #D7DE3E. Grayscale: #343434. Windows color (decimal): -14147135 or 12656936. OLE color: 12656936.

HSL color Cylindrical-coordinate representation of color #2821C1: hue angle of 242.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2821C1 is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4033193-
CMYK0.790.8300.24
HSL242.62º70.8%44.31%-
HSV(B)242.62º82.9%75.69%-
XYZ11.045.3950.91-
YUV53.33206.82118.49-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.04%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 193 (75.78% from 255) = 72.56%
R=15.04%
G=12.41%
B=72.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal40331930.790.8300.24242.6270.844.31
Hex2821C14F53018f3472c
Octal504130111712303036310754
Binary1010001000011100000110011111010011011000111100111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2821C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2821C1; }

 p { color: rgb(40,33,193); }

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

<style>
 a { background-color: #2821C1; }

 a { background-color: rgb(40,33,193); }

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

<style>
 span { border-color: #2821C1; }

 span { border-color: rgb(40,33,193); }

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