Html Css Color HEX #481DF0 Han Purple

📋 copy color: '#481DF0'

red 72 ◦ green 29 ◦ blue 240

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

Shades of Han Purple #481DF0

Tints of Han Purple #481DF0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.5%

 BLUE value IS 240 (94.14% from 255) = 70.38%

R = 21.11%
G = 8.5%
B = 70.38%

CMYK

 C value IS 0.7

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#481DF0 (or 0x481DF0) is known color: Han Purple. HEX triplet: 48, 1D and F0. RGB value is (72,29,240). Sum of RGB (Red+Green+Blue) = 72+29+240=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 240 (94.14% from 255 or 70.38% from 341); Max value from RGB is 240 - color contains mainly: blue. Hex color #481DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481DF0 is #B7E20F. Grayscale: #414141. Windows color (decimal): -12050960 or 15736136. OLE color: 15736136.

HSL color Cylindrical-coordinate representation of color #481DF0: hue angle of 252.23º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481DF0 is Cyan = 0.7, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 29 240 -
CMYK 0.7 0.88 0 0.06
HSL 252.23º 0.88% 0.53% -
HSV(B) 252.23º 0.88% 0.94% -
XYZ 18.84 8.55 83.09 -
YUV 65.91 226.25 132.34 -
System Red Green Blue C M Y K H S L
Decimal 72 29 240 0.7 0.88 0 0.06 252.23 0.88 0.53
Hex 48 1D F0 46 58 0 6 FC 58 35
Octal 110 35 360 106 130 0 6 374 130 65
Binary 1001000 11101 11110000 1000110 1011000 0 110 11111100 1011000 110101

Color Harmonies of #481DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DF0

Black with #481DF0

Text Example


Text Example

White with #481DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,29,240); }

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

background-color css

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

 a { background-color: rgb(72,29,240); }

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

border-color css

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

 span { border-color: rgb(72,29,240); }

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