Html Css Color HEX #2B1EE7 Han Purple

📋 copy color: '#2B1EE7'

red 43 ◦ green 30 ◦ blue 231

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

Shades of Han Purple #2B1EE7

Tints of Han Purple #2B1EE7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.87%

 BLUE value IS 231 (90.63% from 255) = 75.99%

R = 14.14%
G = 9.87%
B = 75.99%

CMYK

 C value IS 0.81

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2B1EE7 (or 0x2B1EE7) is known color: Han Purple. HEX triplet: 2B, 1E and E7. RGB value is (43,30,231). Sum of RGB (Red+Green+Blue) = 43+30+231=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 231 (90.62% from 255 or 75.99% from 304); Max value from RGB is 231 - color contains mainly: blue. Hex color #2B1EE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B1EE7 is #D4E118. Grayscale: #383838. Windows color (decimal): -13951257 or 15146539. OLE color: 15146539.

HSL color Cylindrical-coordinate representation of color #2B1EE7: hue angle of 243.88º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B1EE7 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 43 30 231 -
CMYK 0.81 0.87 0 0.09
HSL 243.88º 0.81% 0.51% -
HSV(B) 243.88º 0.87% 0.91% -
XYZ 15.88 7.21 76.16 -
YUV 56.8 226.31 118.16 -
System Red Green Blue C M Y K H S L
Decimal 43 30 231 0.81 0.87 0 0.09 243.88 0.81 0.51
Hex 2B 1E E7 51 57 0 9 F4 51 33
Octal 53 36 347 121 127 0 11 364 121 63
Binary 101011 11110 11100111 1010001 1010111 0 1001 11110100 1010001 110011

Color Harmonies of #2B1EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1EE7

Black with #2B1EE7

Text Example


Text Example

White with #2B1EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,30,231); }

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

background-color css

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

 a { background-color: rgb(43,30,231); }

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

border-color css

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

 span { border-color: rgb(43,30,231); }

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