Html Css Color HEX #481FD5 Han Purple

📋 copy color: '#481FD5'

red 72 ◦ green 31 ◦ blue 213

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

Shades of Han Purple #481FD5

Tints of Han Purple #481FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 67.41%

R = 22.78%
G = 9.81%
B = 67.41%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#481FD5 (or 0x481FD5) is known color: Han Purple. HEX triplet: 48, 1F and D5. RGB value is (72,31,213). Sum of RGB (Red+Green+Blue) = 72+31+213=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 213 (83.59% from 255 or 67.41% from 316); Max value from RGB is 213 - color contains mainly: blue. Hex color #481FD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481FD5 is #B7E02A. Grayscale: #3F3F3F. Windows color (decimal): -12050475 or 13967176. OLE color: 13967176.

HSL color Cylindrical-coordinate representation of color #481FD5: hue angle of 253.52º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481FD5 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 31 213 -
CMYK 0.66 0.85 0 0.16
HSL 253.52º 0.75% 0.48% -
HSV(B) 253.52º 0.85% 0.84% -
XYZ 15.17 7.16 63.53 -
YUV 64.01 212.08 133.7 -
System Red Green Blue C M Y K H S L
Decimal 72 31 213 0.66 0.85 0 0.16 253.52 0.75 0.48
Hex 48 1F D5 42 55 0 10 FE 4B 30
Octal 110 37 325 102 125 0 20 376 113 60
Binary 1001000 11111 11010101 1000010 1010101 0 10000 11111110 1001011 110000

Color Harmonies of #481FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FD5

Black with #481FD5

Text Example


Text Example

White with #481FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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