Html Css Color HEX #2B19DB Han Purple

📋 copy color: '#2B19DB'

red 43 ◦ green 25 ◦ blue 219

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

Shades of Han Purple #2B19DB

Tints of Han Purple #2B19DB

RGB

 RED value IS 43 (17.19% from 255) = 14.98%

 GREEN value IS 25 (10.16% from 255) = 8.71%

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

R = 14.98%
G = 8.71%
B = 76.31%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2B19DB (or 0x2B19DB) is known color: Han Purple. HEX triplet: 2B, 19 and DB. RGB value is (43,25,219). Sum of RGB (Red+Green+Blue) = 43+25+219=287 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.98% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 219 (85.94% from 255 or 76.31% from 287); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B19DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B19DB is #D4E624. Grayscale: #333333. Windows color (decimal): -13952549 or 14358827. OLE color: 14358827.

HSL color Cylindrical-coordinate representation of color #2B19DB: hue angle of 245.57º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B19DB is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 25 219 -
CMYK 0.80 0.89 0 0.14
HSL 245.57º 0.8% 0.48% -
HSV(B) 245.57º 0.89% 0.86% -
XYZ 14.13 6.32 67.49 -
YUV 52.5 221.96 121.23 -
System Red Green Blue C M Y K H S L
Decimal 43 25 219 0.80 0.89 0 0.14 245.57 0.8 0.48
Hex 2B 19 DB 50 59 0 E F6 50 30
Octal 53 31 333 120 131 0 16 366 120 60
Binary 101011 11001 11011011 1010000 1011001 0 1110 11110110 1010000 110000

Color Harmonies of #2B19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B19DB

Black with #2B19DB

Text Example


Text Example

White with #2B19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B19DB; }

 p { color: rgb(43,25,219); }

 H1.HeaderClassName
 {
   color: #2B19DB;
 }
 .AnyTagClassName
 {
   color: #2B19DB;
 }
</style>

background-color css

<style>
 a { background-color: #2B19DB; }

 a { background-color: rgb(43,25,219); }

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

border-color css

<style>
 span { border-color: #2B19DB; }

 span { border-color: rgb(43,25,219); }

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