Html Css Color HEX #2B0BEF Han Purple

📋 copy color: '#2B0BEF'

red 43 ◦ green 11 ◦ blue 239

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

Shades of Han Purple #2B0BEF

Tints of Han Purple #2B0BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.75%

 BLUE value IS 239 (93.75% from 255) = 81.57%

R = 14.68%
G = 3.75%
B = 81.57%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2B0BEF (or 0x2B0BEF) is known color: Han Purple. HEX triplet: 2B, 0B and EF. RGB value is (43,11,239). Sum of RGB (Red+Green+Blue) = 43+11+239=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 239 (93.75% from 255 or 81.57% from 293); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B0BEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0BEF is #D4F410. Grayscale: #2D2D2D. Windows color (decimal): -13956113 or 15665963. OLE color: 15665963.

HSL color Cylindrical-coordinate representation of color #2B0BEF: hue angle of 248.42º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0BEF is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 43 11 239 -
CMYK 0.82 0.95 0 0.06
HSL 248.42º 0.91% 0.49% -
HSV(B) 248.42º 0.95% 0.94% -
XYZ 16.7 6.98 82.13 -
YUV 46.56 236.6 125.46 -
System Red Green Blue C M Y K H S L
Decimal 43 11 239 0.82 0.95 0 0.06 248.42 0.91 0.49
Hex 2B B EF 52 5F 0 6 F8 5B 31
Octal 53 13 357 122 137 0 6 370 133 61
Binary 101011 1011 11101111 1010010 1011111 0 110 11111000 1011011 110001

Color Harmonies of #2B0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0BEF

Black with #2B0BEF

Text Example


Text Example

White with #2B0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,11,239); }

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

background-color css

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

 a { background-color: rgb(43,11,239); }

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

border-color css

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

 span { border-color: rgb(43,11,239); }

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