#2B02F0

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

Shades of Han Purple #2B02F0

Tints of Han Purple #2B02F0

Color information

#2B02F0 (or 0x2B02F0) is unknown color: approx Han Purple. HEX triplet: 2B, 02 and F0. RGB value is (43,2,240). Sum of RGB (Red+Green+Blue) = 43+2+240=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 240 (94.14% from 255 or 84.21% from 285); Max value from RGB is 240 - color contains mainly: blue. Hex color #2B02F0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B02F0 is #D4FD0F. Grayscale: #282828. Windows color (decimal): -13958416 or 15729195. OLE color: 15729195.

HSL color Cylindrical-coordinate representation of color #2B02F0: hue angle of 250.34º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B02F0 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB432240-
CMYK0.820.9900.06
HSL250.34º98.35%47.45%-
HSV(B)250.34º99.17%94.12%-
XYZ16.756.8582.88-
YUV41.39240.08129.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 15.09%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 240 (94.14% from 255) = 84.21%
R=15.09%
G=0.70%
B=84.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal4322400.820.9900.06250.3498.3547.45
Hex2B2F0526306fa622f
Octal5323601221430637214257
Binary1010111011110000101001011000110110111110101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B02F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,2,240); }

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

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

 a { background-color: rgb(43,2,240); }

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

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

 span { border-color: rgb(43,2,240); }

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