Html Css Color HEX #2B18DB Han Purple

📋 copy color: '#2B18DB'

red 43 ◦ green 24 ◦ blue 219

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

Shades of Han Purple #2B18DB

Tints of Han Purple #2B18DB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.39%

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

R = 15.03%
G = 8.39%
B = 76.57%

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

#2B18DB (or 0x2B18DB) is known color: Han Purple. HEX triplet: 2B, 18 and DB. RGB value is (43,24,219). Sum of RGB (Red+Green+Blue) = 43+24+219=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 24 (9.77% from 255 or 8.39% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B18DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B18DB is #D4E724. Grayscale: #333333. Windows color (decimal): -13952805 or 14358571. OLE color: 14358571.

HSL color Cylindrical-coordinate representation of color #2B18DB: hue angle of 245.85º 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 #2B18DB is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 24 219 -
CMYK 0.80 0.89 0 0.14
HSL 245.85º 0.8% 0.48% -
HSV(B) 245.85º 0.89% 0.86% -
XYZ 14.11 6.28 67.49 -
YUV 51.91 222.29 121.64 -
System Red Green Blue C M Y K H S L
Decimal 43 24 219 0.80 0.89 0 0.14 245.85 0.8 0.48
Hex 2B 18 DB 50 59 0 E F6 50 30
Octal 53 30 333 120 131 0 16 366 120 60
Binary 101011 11000 11011011 1010000 1011001 0 1110 11110110 1010000 110000

Color Harmonies of #2B18DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B18DB

Black with #2B18DB

Text Example


Text Example

White with #2B18DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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