Html Css Color HEX #481FFF Han Purple

📋 copy color: '#481FFF'

red 72 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #481FFF

Tints of Han Purple #481FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.66%

 BLUE value IS 255 (100% from 255) = 71.23%

R = 20.11%
G = 8.66%
B = 71.23%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#481FFF (or 0x481FFF) is known color: Han Purple. HEX triplet: 48, 1F and FF. RGB value is (72,31,255). Sum of RGB (Red+Green+Blue) = 72+31+255=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #481FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481FFF is #B7E000. Grayscale: #434343. Windows color (decimal): -12050433 or 16719688. OLE color: 16719688.

HSL color Cylindrical-coordinate representation of color #481FFF: hue angle of 250.98º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481FFF is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 31 255 -
CMYK 0.72 0.88 0 0
HSL 250.98º 1% 0.56% -
HSV(B) 250.98º 0.88% 1% -
XYZ 21.21 9.58 95.34 -
YUV 68.8 233.08 130.29 -
System Red Green Blue C M Y K H S L
Decimal 72 31 255 0.72 0.88 0 0 250.98 1 0.56
Hex 48 1F FF 48 58 0 0 FB 64 38
Octal 110 37 377 110 130 0 0 373 144 70
Binary 1001000 11111 11111111 1001000 1011000 0 0 11111011 1100100 111000

Color Harmonies of #481FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FFF

Black with #481FFF

Text Example


Text Example

White with #481FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,31,255); }

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

background-color css

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

 a { background-color: rgb(72,31,255); }

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

border-color css

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

 span { border-color: rgb(72,31,255); }

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