Html Css Color HEX #481CFF Han Purple

📋 copy color: '#481CFF'

red 72 ◦ green 28 ◦ blue 255

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

Shades of Han Purple #481CFF

Tints of Han Purple #481CFF

RGB

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

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

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

R = 20.28%
G = 7.89%
B = 71.83%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#481CFF (or 0x481CFF) is known color: Han Purple. HEX triplet: 48, 1C and FF. RGB value is (72,28,255). Sum of RGB (Red+Green+Blue) = 72+28+255=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 28 (11.33% from 255 or 7.89% from 355); Blue value is 255 (100% from 255 or 71.83% from 355); Max value from RGB is 255 - color contains mainly: blue. Hex color #481CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CFF is #B7E300. Grayscale: #424242. Windows color (decimal): -12051201 or 16718920. OLE color: 16718920.

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

Color convert

RGB 72 28 255 -
CMYK 0.72 0.89 0 0
HSL 251.63º 1% 0.55% -
HSV(B) 251.63º 0.89% 1% -
XYZ 21.14 9.43 95.31 -
YUV 67.03 234.08 131.54 -
System Red Green Blue C M Y K H S L
Decimal 72 28 255 0.72 0.89 0 0 251.63 1 0.55
Hex 48 1C FF 48 59 0 0 FC 64 37
Octal 110 34 377 110 131 0 0 374 144 67
Binary 1001000 11100 11111111 1001000 1011001 0 0 11111100 1100100 110111

Color Harmonies of #481CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CFF

Black with #481CFF

Text Example


Text Example

White with #481CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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