Html Css Color HEX #2B02F9 Han Purple

📋 copy color: '#2B02F9'

red 43 ◦ green 2 ◦ blue 249

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

Shades of Han Purple #2B02F9

Tints of Han Purple #2B02F9

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 249 (97.66% from 255) = 84.69%

R = 14.63%
G = 0.68%
B = 84.69%

CMYK

 C value IS 0.83

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B02F9 (or 0x2B02F9) is known color: Han Purple. HEX triplet: 2B, 02 and F9. RGB value is (43,2,249). Sum of RGB (Red+Green+Blue) = 43+2+249=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 249 (97.66% from 255 or 84.69% from 294); Max value from RGB is 249 - color contains mainly: blue. Hex color #2B02F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B02F9 is #D4FD06. Grayscale: #292929. Windows color (decimal): -13958407 or 16319019. OLE color: 16319019.

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

Color convert

RGB 43 2 249 -
CMYK 0.83 0.99 0 0.02
HSL 249.96º 0.98% 0.49% -
HSV(B) 249.96º 0.99% 0.98% -
XYZ 18.12 7.4 90.1 -
YUV 42.42 244.58 128.42 -
System Red Green Blue C M Y K H S L
Decimal 43 2 249 0.83 0.99 0 0.02 249.96 0.98 0.49
Hex 2B 2 F9 53 63 0 2 FA 62 31
Octal 53 2 371 123 143 0 2 372 142 61
Binary 101011 10 11111001 1010011 1100011 0 10 11111010 1100010 110001

Color Harmonies of #2B02F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B02F9

Black with #2B02F9

Text Example


Text Example

White with #2B02F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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