#2D20E7

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

Shades of Han Purple #2D20E7

Tints of Han Purple #2D20E7

Color information

#2D20E7 (or 0x2D20E7) is unknown color: approx Han Purple. HEX triplet: 2D, 20 and E7. RGB value is (45,32,231). Sum of RGB (Red+Green+Blue) = 45+32+231=308 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.61% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 231 (90.62% from 255 or 75% from 308); Max value from RGB is 231 - color contains mainly: blue. Hex color #2D20E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D20E7 is #D2DF18. Grayscale: #393939. Windows color (decimal): -13819673 or 15147053. OLE color: 15147053.

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

Color convert

RGB4532231-
CMYK0.810.8600.09
HSL243.92º80.57%51.57%-
HSV(B)243.92º86.15%90.59%-
XYZ16.027.3676.18-
YUV58.57225.31118.32-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.61%
GREEN value IS 32 (12.89% from 255) = 10.39%
BLUE value IS 231 (90.62% from 255) = 75%
R=14.61%
G=10.39%
B=75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal45322310.810.8600.09243.9280.5751.57
Hex2D20E7515609f45134
Octal554034712112601136412164
Binary101101100000111001111010001101011001001111101001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D20E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,32,231); }

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

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

 a { background-color: rgb(45,32,231); }

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

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

 span { border-color: rgb(45,32,231); }

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