#2d0ee5

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

Shades of Han Purple #2D0EE5

Tints of Han Purple #2D0EE5

Color information

#2D0EE5 (or 0x2D0EE5) is unknown color: approx Han Purple. HEX triplet: 2D, 0E and E5. RGB value is (45,14,229). Sum of RGB (Red+Green+Blue) = 45+14+229=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 229 (89.84% from 255 or 79.51% from 288); Max value from RGB is 229 - color contains mainly: blue. Hex color #2D0EE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D0EE5 is #D2F11A. Grayscale: #2E2E2E. Windows color (decimal): -13824283 or 15011373. OLE color: 15011373.

HSL color Cylindrical-coordinate representation of color #2D0EE5: hue angle of 248.65º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0EE5 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB4514229-
CMYK0.800.9400.10
HSL248.65º88.48%47.65%-
HSV(B)248.65º93.89%89.8%-
XYZ15.386.5374.58-
YUV47.78230.27126.02-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.62%
GREEN value IS 14 (5.86% from 255) = 4.86%
BLUE value IS 229 (89.84% from 255) = 79.51%
R=15.62%
G=4.86%
B=79.51%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal45142290.800.9400.10248.6588.4847.65
Hex2DEE5505E0Af95830
Octal551634512013601237113060
Binary1011011110111001011010000101111001010111110011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d0ee5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,14,229); }

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

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

 a { background-color: rgb(45,14,229); }

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

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

 span { border-color: rgb(45,14,229); }

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