Html Css Color HEX #2821E1 Persian Blue

📋 copy color: '#2821E1'

red 40 ◦ green 33 ◦ blue 225

#2821E1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #2821E1

Tints of Persian Blue #2821E1

RGB

 RED value IS 40 (16.02% from 255) = 13.42%

 GREEN value IS 33 (13.28% from 255) = 11.07%

 BLUE value IS 225 (88.28% from 255) = 75.5%

R = 13.42%
G = 11.07%
B = 75.5%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2821E1 (or 0x2821E1) is known color: Persian Blue. HEX triplet: 28, 21 and E1. RGB value is (40,33,225). Sum of RGB (Red+Green+Blue) = 40+33+225=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 225 (88.28% from 255 or 75.50% from 298); Max value from RGB is 225 - color contains mainly: blue. Hex color #2821E1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2821E1 is #D7DE1E. Grayscale: #383838. Windows color (decimal): -14147103 or 14754088. OLE color: 14754088.

HSL color Cylindrical-coordinate representation of color #2821E1: hue angle of 242.19º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2821E1 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 40 33 225 -
CMYK 0.82 0.85 0 0.12
HSL 242.19º 0.76% 0.51% -
HSV(B) 242.19º 0.85% 0.88% -
XYZ 15.01 6.98 71.79 -
YUV 56.98 222.82 115.89 -
System Red Green Blue C M Y K H S L
Decimal 40 33 225 0.82 0.85 0 0.12 242.19 0.76 0.51
Hex 28 21 E1 52 55 0 C F2 4C 33
Octal 50 41 341 122 125 0 14 362 114 63
Binary 101000 100001 11100001 1010010 1010101 0 1100 11110010 1001100 110011

Color Harmonies of #2821E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2821E1

Black with #2821E1

Text Example


Text Example

White with #2821E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2821E1;
 }
 .AnyTagClassName
 {
   color: #2821E1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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