Html Css Color HEX #481DFB Han Purple

📋 copy color: '#481DFB'

red 72 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #481DFB

Tints of Han Purple #481DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.24%

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

R = 20.45%
G = 8.24%
B = 71.31%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#481DFB (or 0x481DFB) is known color: Han Purple. HEX triplet: 48, 1D and FB. RGB value is (72,29,251). Sum of RGB (Red+Green+Blue) = 72+29+251=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #481DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481DFB is #B7E204. Grayscale: #424242. Windows color (decimal): -12050949 or 16457032. OLE color: 16457032.

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

Color convert

RGB 72 29 251 -
CMYK 0.71 0.88 0 0.02
HSL 251.62º 0.97% 0.55% -
HSV(B) 251.62º 0.88% 0.98% -
XYZ 20.52 9.22 91.96 -
YUV 67.17 231.75 131.45 -
System Red Green Blue C M Y K H S L
Decimal 72 29 251 0.71 0.88 0 0.02 251.62 0.97 0.55
Hex 48 1D FB 47 58 0 2 FC 61 37
Octal 110 35 373 107 130 0 2 374 141 67
Binary 1001000 11101 11111011 1000111 1011000 0 10 11111100 1100001 110111

Color Harmonies of #481DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DFB

Black with #481DFB

Text Example


Text Example

White with #481DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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