Html Css Color HEX #2B0AEF Han Purple

📋 copy color: '#2B0AEF'

red 43 ◦ green 10 ◦ blue 239

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

Shades of Han Purple #2B0AEF

Tints of Han Purple #2B0AEF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.42%

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

R = 14.73%
G = 3.42%
B = 81.85%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2B0AEF (or 0x2B0AEF) is known color: Han Purple. HEX triplet: 2B, 0A and EF. RGB value is (43,10,239). Sum of RGB (Red+Green+Blue) = 43+10+239=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 239 (93.75% from 255 or 81.85% from 292); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B0AEF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0AEF is #D4F510. Grayscale: #2D2D2D. Windows color (decimal): -13956369 or 15665707. OLE color: 15665707.

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

Color convert

RGB 43 10 239 -
CMYK 0.82 0.96 0 0.06
HSL 248.65º 0.92% 0.49% -
HSV(B) 248.65º 0.96% 0.94% -
XYZ 16.68 6.96 82.13 -
YUV 45.97 236.93 125.88 -
System Red Green Blue C M Y K H S L
Decimal 43 10 239 0.82 0.96 0 0.06 248.65 0.92 0.49
Hex 2B A EF 52 60 0 6 F9 5C 31
Octal 53 12 357 122 140 0 6 371 134 61
Binary 101011 1010 11101111 1010010 1100000 0 110 11111001 1011100 110001

Color Harmonies of #2B0AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0AEF

Black with #2B0AEF

Text Example


Text Example

White with #2B0AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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