Html Css Color HEX #481FDF Han Purple

📋 copy color: '#481FDF'

red 72 ◦ green 31 ◦ blue 223

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

Shades of Han Purple #481FDF

Tints of Han Purple #481FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.4%

R = 22.09%
G = 9.51%
B = 68.4%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#481FDF (or 0x481FDF) is known color: Han Purple. HEX triplet: 48, 1F and DF. RGB value is (72,31,223). Sum of RGB (Red+Green+Blue) = 72+31+223=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #481FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481FDF is #B7E020. Grayscale: #404040. Windows color (decimal): -12050465 or 14622536. OLE color: 14622536.

HSL color Cylindrical-coordinate representation of color #481FDF: hue angle of 252.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #481FDF is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 31 223 -
CMYK 0.68 0.86 0 0.13
HSL 252.81º 0.76% 0.5% -
HSV(B) 252.81º 0.86% 0.87% -
XYZ 16.48 7.69 70.43 -
YUV 65.15 217.08 132.89 -
System Red Green Blue C M Y K H S L
Decimal 72 31 223 0.68 0.86 0 0.13 252.81 0.76 0.5
Hex 48 1F DF 44 56 0 D FD 4C 32
Octal 110 37 337 104 126 0 15 375 114 62
Binary 1001000 11111 11011111 1000100 1010110 0 1101 11111101 1001100 110010

Color Harmonies of #481FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FDF

Black with #481FDF

Text Example


Text Example

White with #481FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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