Html Css Color HEX #481CFB Han Purple

📋 copy color: '#481CFB'

red 72 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #481CFB

Tints of Han Purple #481CFB

RGB

 RED value IS 72 (28.52% from 255) = 20.51%

 GREEN value IS 28 (11.33% from 255) = 7.98%

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

R = 20.51%
G = 7.98%
B = 71.51%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#481CFB (or 0x481CFB) is known color: Han Purple. HEX triplet: 48, 1C and FB. RGB value is (72,28,251). Sum of RGB (Red+Green+Blue) = 72+28+251=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #481CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CFB is #B7E304. Grayscale: #414141. Windows color (decimal): -12051205 or 16456776. OLE color: 16456776.

HSL color Cylindrical-coordinate representation of color #481CFB: hue angle of 251.84º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #481CFB is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 28 251 -
CMYK 0.71 0.89 0 0.02
HSL 251.84º 0.97% 0.55% -
HSV(B) 251.84º 0.89% 0.98% -
XYZ 20.5 9.17 91.96 -
YUV 66.58 232.08 131.87 -
System Red Green Blue C M Y K H S L
Decimal 72 28 251 0.71 0.89 0 0.02 251.84 0.97 0.55
Hex 48 1C FB 47 59 0 2 FC 61 37
Octal 110 34 373 107 131 0 2 374 141 67
Binary 1001000 11100 11111011 1000111 1011001 0 10 11111100 1100001 110111

Color Harmonies of #481CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CFB

Black with #481CFB

Text Example


Text Example

White with #481CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481CFB; }

 p { color: rgb(72,28,251); }

 H1.HeaderClassName
 {
   color: #481CFB;
 }
 .AnyTagClassName
 {
   color: #481CFB;
 }
</style>

background-color css

<style>
 a { background-color: #481CFB; }

 a { background-color: rgb(72,28,251); }

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

border-color css

<style>
 span { border-color: #481CFB; }

 span { border-color: rgb(72,28,251); }

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