Html Css Color HEX #481FFC Han Purple

📋 copy color: '#481FFC'

red 72 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #481FFC

Tints of Han Purple #481FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70.99%

R = 20.28%
G = 8.73%
B = 70.99%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#481FFC (or 0x481FFC) is known color: Han Purple. HEX triplet: 48, 1F and FC. RGB value is (72,31,252). Sum of RGB (Red+Green+Blue) = 72+31+252=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #481FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481FFC is #B7E003. Grayscale: #434343. Windows color (decimal): -12050436 or 16523080. OLE color: 16523080.

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

Color convert

RGB 72 31 252 -
CMYK 0.71 0.88 0 0.01
HSL 251.13º 0.97% 0.55% -
HSV(B) 251.13º 0.88% 0.99% -
XYZ 20.73 9.39 92.81 -
YUV 68.45 231.58 130.53 -
System Red Green Blue C M Y K H S L
Decimal 72 31 252 0.71 0.88 0 0.01 251.13 0.97 0.55
Hex 48 1F FC 47 58 0 1 FB 61 37
Octal 110 37 374 107 130 0 1 373 141 67
Binary 1001000 11111 11111100 1000111 1011000 0 1 11111011 1100001 110111

Color Harmonies of #481FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FFC

Black with #481FFC

Text Example


Text Example

White with #481FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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