Html Css Color HEX #2820DB Persian Blue

📋 copy color: '#2820DB'

red 40 ◦ green 32 ◦ blue 219

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

Shades of Persian Blue #2820DB

Tints of Persian Blue #2820DB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11%

 BLUE value IS 219 (85.94% from 255) = 75.26%

R = 13.75%
G = 11%
B = 75.26%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2820DB (or 0x2820DB) is known color: Persian Blue. HEX triplet: 28, 20 and DB. RGB value is (40,32,219). Sum of RGB (Red+Green+Blue) = 40+32+219=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 32 (12.89% from 255 or 11.00% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #2820DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2820DB is #D7DF24. Grayscale: #363636. Windows color (decimal): -14147365 or 14360616. OLE color: 14360616.

HSL color Cylindrical-coordinate representation of color #2820DB: hue angle of 242.57º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2820DB is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 40 32 219 -
CMYK 0.82 0.85 0 0.14
HSL 242.57º 0.75% 0.49% -
HSV(B) 242.57º 0.85% 0.86% -
XYZ 14.18 6.6 67.54 -
YUV 55.71 220.15 116.79 -
System Red Green Blue C M Y K H S L
Decimal 40 32 219 0.82 0.85 0 0.14 242.57 0.75 0.49
Hex 28 20 DB 52 55 0 E F3 4B 31
Octal 50 40 333 122 125 0 16 363 113 61
Binary 101000 100000 11011011 1010010 1010101 0 1110 11110011 1001011 110001

Color Harmonies of #2820DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2820DB

Black with #2820DB

Text Example


Text Example

White with #2820DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2820DB; }

 p { color: rgb(40,32,219); }

 H1.HeaderClassName
 {
   color: #2820DB;
 }
 .AnyTagClassName
 {
   color: #2820DB;
 }
</style>

background-color css

<style>
 a { background-color: #2820DB; }

 a { background-color: rgb(40,32,219); }

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

border-color css

<style>
 span { border-color: #2820DB; }

 span { border-color: rgb(40,32,219); }

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