Html Css Color HEX #2B1DEE Han Purple

📋 copy color: '#2B1DEE'

red 43 ◦ green 29 ◦ blue 238

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

Shades of Han Purple #2B1DEE

Tints of Han Purple #2B1DEE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.35%

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

R = 13.87%
G = 9.35%
B = 76.77%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2B1DEE (or 0x2B1DEE) is known color: Han Purple. HEX triplet: 2B, 1D and EE. RGB value is (43,29,238). Sum of RGB (Red+Green+Blue) = 43+29+238=310 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.87% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 238 (93.36% from 255 or 76.77% from 310); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B1DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1DEE is #D4E211. Grayscale: #383838. Windows color (decimal): -13951506 or 15605035. OLE color: 15605035.

HSL color Cylindrical-coordinate representation of color #2B1DEE: hue angle of 244.02º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1DEE is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 43 29 238 -
CMYK 0.82 0.88 0 0.07
HSL 244.02º 0.86% 0.52% -
HSV(B) 244.02º 0.88% 0.93% -
XYZ 16.87 7.57 81.46 -
YUV 57.01 230.14 118.01 -
System Red Green Blue C M Y K H S L
Decimal 43 29 238 0.82 0.88 0 0.07 244.02 0.86 0.52
Hex 2B 1D EE 52 58 0 7 F4 56 34
Octal 53 35 356 122 130 0 7 364 126 64
Binary 101011 11101 11101110 1010010 1011000 0 111 11110100 1010110 110100

Color Harmonies of #2B1DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1DEE

Black with #2B1DEE

Text Example


Text Example

White with #2B1DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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