#2B0CF5

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

Shades of Han Purple #2B0CF5

Tints of Han Purple #2B0CF5

Color information

#2B0CF5 (or 0x2B0CF5) is unknown color: approx Han Purple. HEX triplet: 2B, 0C and F5. RGB value is (43,12,245). Sum of RGB (Red+Green+Blue) = 43+12+245=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 245 (96.09% from 255 or 81.67% from 300); Max value from RGB is 245 - color contains mainly: blue. Hex color #2B0CF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0CF5 is #D4F30A. Grayscale: #2E2E2E. Windows color (decimal): -13955851 or 16059435. OLE color: 16059435.

HSL color Cylindrical-coordinate representation of color #2B0CF5: hue angle of 247.98º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0CF5 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4312245-
CMYK0.820.9500.04
HSL247.98º92.09%50.39%-
HSV(B)247.98º95.1%96.08%-
XYZ17.617.3786.88-
YUV47.83239.27124.55-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.33%
GREEN value IS 12 (5.08% from 255) = 4%
BLUE value IS 245 (96.09% from 255) = 81.67%
R=14.33%
G=4%
B=81.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal43122450.820.9500.04247.9892.0950.39
Hex2BCF5525F04f85c32
Octal53143651221370437013462
Binary101011110011110101101001010111110100111110001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,12,245); }

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

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

 a { background-color: rgb(43,12,245); }

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

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

 span { border-color: rgb(43,12,245); }

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