#2B29EE

Color #2B29EE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #2B29EE

Tints of Han Purple #2B29EE

Color information

#2B29EE (or 0x2B29EE) is unknown color: approx Han Purple. HEX triplet: 2B, 29 and EE. RGB value is (43,41,238). Sum of RGB (Red+Green+Blue) = 43+41+238=322 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.35% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 238 (93.36% from 255 or 73.91% from 322); Max value from RGB is 238 - color contains mainly: blue. Hex color #2B29EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B29EE is #D4D611. Grayscale: #3F3F3F. Windows color (decimal): -13948434 or 15608107. OLE color: 15608107.

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

Color convert

RGB4341238-
CMYK0.820.8300.07
HSL240.61º85.28%54.71%-
HSV(B)240.61º82.77%93.33%-
XYZ17.228.2781.58-
YUV64.06226.16112.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.35%
GREEN value IS 41 (16.41% from 255) = 12.73%
BLUE value IS 238 (93.36% from 255) = 73.91%
R=13.35%
G=12.73%
B=73.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal43412380.820.8300.07240.6185.2854.71
Hex2B29EE525307f15537
Octal53513561221230736112567
Binary10101110100111101110101001010100110111111100011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B29EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B29EE;
 }
 .AnyTagClassName
 {
   color: #2B29EE;
 }
</style>
background-color css

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

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

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

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

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

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