#2B17EA

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

Shades of Han Purple #2B17EA

Tints of Han Purple #2B17EA

Color information

#2B17EA (or 0x2B17EA) is unknown color: approx Han Purple. HEX triplet: 2B, 17 and EA. RGB value is (43,23,234). Sum of RGB (Red+Green+Blue) = 43+23+234=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 234 (91.80% from 255 or 78% from 300); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B17EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B17EA is #D4E815. Grayscale: #343434. Windows color (decimal): -13953046 or 15341355. OLE color: 15341355.

HSL color Cylindrical-coordinate representation of color #2B17EA: hue angle of 245.69º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B17EA is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4323234-
CMYK0.820.9000.08
HSL245.69º83.4%50.39%-
HSV(B)245.69º90.17%91.76%-
XYZ16.157.0778.35-
YUV53.03230.13120.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.33%
GREEN value IS 23 (9.38% from 255) = 7.67%
BLUE value IS 234 (91.80% from 255) = 78%
R=14.33%
G=7.67%
B=78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal43232340.820.9000.08245.6983.450.39
Hex2B17EA525A08f65332
Octal532735212213201036612362
Binary10101110111111010101010010101101001000111101101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B17EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,23,234); }

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

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

 a { background-color: rgb(43,23,234); }

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

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

 span { border-color: rgb(43,23,234); }

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