#2A17EA

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

Shades of Han Purple #2A17EA

Tints of Han Purple #2A17EA

Color information

#2A17EA (or 0x2A17EA) is unknown color: approx Han Purple. HEX triplet: 2A, 17 and EA. RGB value is (42,23,234). Sum of RGB (Red+Green+Blue) = 42+23+234=299 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.05% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #2A17EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2A17EA is #D5E815. Grayscale: #333333. Windows color (decimal): -14018582 or 15341354. OLE color: 15341354.

HSL color Cylindrical-coordinate representation of color #2A17EA: hue angle of 245.4º 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 #2A17EA is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4223234-
CMYK0.820.9000.08
HSL245.4º83.4%50.39%-
HSV(B)245.4º90.17%91.76%-
XYZ16.117.0578.35-
YUV52.74230.29120.34-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.05%
GREEN value IS 23 (9.38% from 255) = 7.69%
BLUE value IS 234 (91.80% from 255) = 78.26%
R=14.05%
G=7.69%
B=78.26%

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
Decimal42232340.820.9000.08245.483.450.39
Hex2A17EA525A08f55332
Octal522735212213201036512362
Binary10101010111111010101010010101101001000111101011010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A17EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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