Html Css Color HEX #2B15FB Han Purple

📋 copy color: '#2B15FB'

red 43 ◦ green 21 ◦ blue 251

#2B15FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #2B15FB

Tints of Han Purple #2B15FB

RGB

 RED value IS 43 (17.19% from 255) = 13.65%

 GREEN value IS 21 (8.59% from 255) = 6.67%

 BLUE value IS 251 (98.44% from 255) = 79.68%

R = 13.65%
G = 6.67%
B = 79.68%

CMYK

 C value IS 0.83

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B15FB (or 0x2B15FB) is known color: Han Purple. HEX triplet: 2B, 15 and FB. RGB value is (43,21,251). Sum of RGB (Red+Green+Blue) = 43+21+251=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #2B15FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B15FB is #D4EA04. Grayscale: #343434. Windows color (decimal): -13953541 or 16454955. OLE color: 16454955.

HSL color Cylindrical-coordinate representation of color #2B15FB: hue angle of 245.74º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B15FB is Cyan = 0.83, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 43 21 251 -
CMYK 0.83 0.92 0 0.02
HSL 245.74º 0.97% 0.53% -
HSV(B) 245.74º 0.92% 0.98% -
XYZ 18.68 8.01 91.83 -
YUV 53.8 239.29 120.3 -
System Red Green Blue C M Y K H S L
Decimal 43 21 251 0.83 0.92 0 0.02 245.74 0.97 0.53
Hex 2B 15 FB 53 5C 0 2 F6 61 35
Octal 53 25 373 123 134 0 2 366 141 65
Binary 101011 10101 11111011 1010011 1011100 0 10 11110110 1100001 110101

Color Harmonies of #2B15FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B15FB

Black with #2B15FB

Text Example


Text Example

White with #2B15FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,21,251); }

 H1.HeaderClassName
 {
   color: #2B15FB;
 }
 .AnyTagClassName
 {
   color: #2B15FB;
 }
</style>

background-color css

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

 a { background-color: rgb(43,21,251); }

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

border-color css

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

 span { border-color: rgb(43,21,251); }

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