#2B04F2

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

Shades of Han Purple #2B04F2

Tints of Han Purple #2B04F2

Color information

#2B04F2 (or 0x2B04F2) is unknown color: approx Han Purple. HEX triplet: 2B, 04 and F2. RGB value is (43,4,242). Sum of RGB (Red+Green+Blue) = 43+4+242=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 242 (94.92% from 255 or 83.74% from 289); Max value from RGB is 242 - color contains mainly: blue. Hex color #2B04F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B04F2 is #D4FB0D. Grayscale: #292929. Windows color (decimal): -13957902 or 15860779. OLE color: 15860779.

HSL color Cylindrical-coordinate representation of color #2B04F2: hue angle of 249.83º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B04F2 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB434242-
CMYK0.820.9800.05
HSL249.83º96.75%48.24%-
HSV(B)249.83º98.35%94.9%-
XYZ17.077.0184.46-
YUV42.79240.42128.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.88%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 242 (94.92% from 255) = 83.74%
R=14.88%
G=1.38%
B=83.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal4342420.820.9800.05249.8396.7548.24
Hex2B4F2526205fa6130
Octal5343621221420537214160
Binary10101110011110010101001011000100101111110101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B04F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,4,242); }

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

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

 a { background-color: rgb(43,4,242); }

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

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

 span { border-color: rgb(43,4,242); }

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