#2B0DFC

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

Shades of Han Purple #2B0DFC

Tints of Han Purple #2B0DFC

Color information

#2B0DFC (or 0x2B0DFC) is unknown color: approx Han Purple. HEX triplet: 2B, 0D and FC. RGB value is (43,13,252). Sum of RGB (Red+Green+Blue) = 43+13+252=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 252 (98.83% from 255 or 81.82% from 308); Max value from RGB is 252 - color contains mainly: blue. Hex color #2B0DFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0DFC is #D4F203. Grayscale: #303030. Windows color (decimal): -13955588 or 16518443. OLE color: 16518443.

HSL color Cylindrical-coordinate representation of color #2B0DFC: hue angle of 247.53º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0DFC is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4313252-
CMYK0.830.9500.01
HSL247.53º97.55%51.96%-
HSV(B)247.53º94.84%98.82%-
XYZ18.717.8392.62-
YUV49.22242.44123.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.96%
GREEN value IS 13 (5.47% from 255) = 4.22%
BLUE value IS 252 (98.83% from 255) = 81.82%
R=13.96%
G=4.22%
B=81.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal43132520.830.9500.01247.5397.5551.96
Hex2BDFC535F01f86234
Octal53153741231370137014264
Binary1010111101111111001010011101111101111110001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,13,252); }

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

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

 a { background-color: rgb(43,13,252); }

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

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

 span { border-color: rgb(43,13,252); }

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