Html Css Color HEX #2B0EFB Han Purple

📋 copy color: '#2B0EFB'

red 43 ◦ green 14 ◦ blue 251

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

Shades of Han Purple #2B0EFB

Tints of Han Purple #2B0EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.55%

 BLUE value IS 251 (98.44% from 255) = 81.49%

R = 13.96%
G = 4.55%
B = 81.49%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B0EFB (or 0x2B0EFB) is known color: Han Purple. HEX triplet: 2B, 0E and FB. RGB value is (43,14,251). Sum of RGB (Red+Green+Blue) = 43+14+251=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 251 (98.44% from 255 or 81.49% from 308); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B0EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0EFB is #D4F104. Grayscale: #303030. Windows color (decimal): -13955333 or 16453163. OLE color: 16453163.

HSL color Cylindrical-coordinate representation of color #2B0EFB: hue angle of 247.34º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0EFB is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 14 251 -
CMYK 0.83 0.94 0 0.02
HSL 247.34º 0.97% 0.52% -
HSV(B) 247.34º 0.94% 0.98% -
XYZ 18.57 7.79 91.79 -
YUV 49.69 241.61 123.23 -
System Red Green Blue C M Y K H S L
Decimal 43 14 251 0.83 0.94 0 0.02 247.34 0.97 0.52
Hex 2B E FB 53 5E 0 2 F7 61 34
Octal 53 16 373 123 136 0 2 367 141 64
Binary 101011 1110 11111011 1010011 1011110 0 10 11110111 1100001 110100

Color Harmonies of #2B0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0EFB

Black with #2B0EFB

Text Example


Text Example

White with #2B0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,14,251); }

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

background-color css

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

 a { background-color: rgb(43,14,251); }

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

border-color css

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

 span { border-color: rgb(43,14,251); }

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