#2D09F2

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

Shades of Han Purple #2D09F2

Tints of Han Purple #2D09F2

Color information

#2D09F2 (or 0x2D09F2) is unknown color: approx Han Purple. HEX triplet: 2D, 09 and F2. RGB value is (45,9,242). Sum of RGB (Red+Green+Blue) = 45+9+242=296 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.20% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 242 (94.92% from 255 or 81.76% from 296); Max value from RGB is 242 - color contains mainly: blue. Hex color #2D09F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D09F2 is #D2F60D. Grayscale: #2D2D2D. Windows color (decimal): -13825550 or 15862061. OLE color: 15862061.

HSL color Cylindrical-coordinate representation of color #2D09F2: hue angle of 249.27º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D09F2 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB459242-
CMYK0.810.9600.05
HSL249.27º92.83%49.22%-
HSV(B)249.27º96.28%94.9%-
XYZ17.217.1684.48-
YUV46.33238.43127.05-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.20%
GREEN value IS 9 (3.91% from 255) = 3.04%
BLUE value IS 242 (94.92% from 255) = 81.76%
R=15.20%
G=3.04%
B=81.76%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4592420.810.9600.05249.2792.8349.22
Hex2D9F2516005f95d31
Octal55113621211400537113561
Binary101101100111110010101000111000000101111110011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D09F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,9,242); }

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

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

 a { background-color: rgb(45,9,242); }

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

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

 span { border-color: rgb(45,9,242); }

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