Html Css Color HEX #2B1AE0 Han Purple

📋 copy color: '#2B1AE0'

red 43 ◦ green 26 ◦ blue 224

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

Shades of Han Purple #2B1AE0

Tints of Han Purple #2B1AE0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.87%

 BLUE value IS 224 (87.89% from 255) = 76.45%

R = 14.68%
G = 8.87%
B = 76.45%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#2B1AE0 (or 0x2B1AE0) is known color: Han Purple. HEX triplet: 2B, 1A and E0. RGB value is (43,26,224). Sum of RGB (Red+Green+Blue) = 43+26+224=293 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.68% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 224 (87.89% from 255 or 76.45% from 293); Max value from RGB is 224 - color contains mainly: blue. Hex color #2B1AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1AE0 is #D4E51F. Grayscale: #343434. Windows color (decimal): -13952288 or 14686763. OLE color: 14686763.

HSL color Cylindrical-coordinate representation of color #2B1AE0: hue angle of 245.15º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1AE0 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 43 26 224 -
CMYK 0.81 0.88 0 0.12
HSL 245.15º 0.79% 0.49% -
HSV(B) 245.15º 0.88% 0.88% -
XYZ 14.82 6.63 71.02 -
YUV 53.66 224.13 120.4 -
System Red Green Blue C M Y K H S L
Decimal 43 26 224 0.81 0.88 0 0.12 245.15 0.79 0.49
Hex 2B 1A E0 51 58 0 C F5 4F 31
Octal 53 32 340 121 130 0 14 365 117 61
Binary 101011 11010 11100000 1010001 1011000 0 1100 11110101 1001111 110001

Color Harmonies of #2B1AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1AE0

Black with #2B1AE0

Text Example


Text Example

White with #2B1AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,26,224); }

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

background-color css

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

 a { background-color: rgb(43,26,224); }

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

border-color css

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

 span { border-color: rgb(43,26,224); }

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