Html Css Color HEX #2B01EE Han Purple

📋 copy color: '#2B01EE'

red 43 ◦ green 1 ◦ blue 238

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

Shades of Han Purple #2B01EE

Tints of Han Purple #2B01EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 238 (93.36% from 255) = 84.4%

R = 15.25%
G = 0.35%
B = 84.4%

CMYK

 C value IS 0.82

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B01EE (or 0x2B01EE) is known color: Han Purple. HEX triplet: 2B, 01 and EE. RGB value is (43,1,238). Sum of RGB (Red+Green+Blue) = 43+1+238=282 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.25% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 238 (93.36% from 255 or 84.40% from 282); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B01EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B01EE is #D4FE11. Grayscale: #272727. Windows color (decimal): -13958674 or 15597867. OLE color: 15597867.

HSL color Cylindrical-coordinate representation of color #2B01EE: hue angle of 250.63º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B01EE is Cyan = 0.82, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 1 238 -
CMYK 0.82 1.00 0 0.07
HSL 250.63º 0.99% 0.47% -
HSV(B) 250.63º 1% 0.93% -
XYZ 16.44 6.71 81.32 -
YUV 40.58 239.41 129.73 -
System Red Green Blue C M Y K H S L
Decimal 43 1 238 0.82 1.00 0 0.07 250.63 0.99 0.47
Hex 2B 1 EE 52 64 0 7 FB 63 2F
Octal 53 1 356 122 144 0 7 373 143 57
Binary 101011 1 11101110 1010010 1100100 0 111 11111011 1100011 101111

Color Harmonies of #2B01EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B01EE

Black with #2B01EE

Text Example


Text Example

White with #2B01EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,1,238); }

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

background-color css

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

 a { background-color: rgb(43,1,238); }

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

border-color css

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

 span { border-color: rgb(43,1,238); }

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