Html Css Color HEX #2B0FFA Han Purple

📋 copy color: '#2B0FFA'

red 43 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #2B0FFA

Tints of Han Purple #2B0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.87%

 BLUE value IS 250 (98.05% from 255) = 81.17%

R = 13.96%
G = 4.87%
B = 81.17%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2B0FFA (or 0x2B0FFA) is known color: Han Purple. HEX triplet: 2B, 0F and FA. RGB value is (43,15,250). Sum of RGB (Red+Green+Blue) = 43+15+250=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 250 (98.05% from 255 or 81.17% from 308); Max value from RGB is 250 - color contains mainly: blue. Hex color #2B0FFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2B0FFA is #D4F005. Grayscale: #313131. Windows color (decimal): -13955078 or 16387883. OLE color: 16387883.

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

Color convert

RGB 43 15 250 -
CMYK 0.83 0.94 0 0.02
HSL 247.15º 0.96% 0.52% -
HSV(B) 247.15º 0.94% 0.98% -
XYZ 18.42 7.76 90.97 -
YUV 50.16 240.78 122.89 -
System Red Green Blue C M Y K H S L
Decimal 43 15 250 0.83 0.94 0 0.02 247.15 0.96 0.52
Hex 2B F FA 53 5E 0 2 F7 60 34
Octal 53 17 372 123 136 0 2 367 140 64
Binary 101011 1111 11111010 1010011 1011110 0 10 11110111 1100000 110100

Color Harmonies of #2B0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0FFA

Black with #2B0FFA

Text Example


Text Example

White with #2B0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,15,250); }

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

background-color css

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

 a { background-color: rgb(43,15,250); }

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

border-color css

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

 span { border-color: rgb(43,15,250); }

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