Html Css Color HEX #481FED Han Purple

📋 copy color: '#481FED'

red 72 ◦ green 31 ◦ blue 237

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

Shades of Han Purple #481FED

Tints of Han Purple #481FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.71%

R = 21.18%
G = 9.12%
B = 69.71%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#481FED (or 0x481FED) is known color: Han Purple. HEX triplet: 48, 1F and ED. RGB value is (72,31,237). Sum of RGB (Red+Green+Blue) = 72+31+237=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #481FED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481FED is #B7E012. Grayscale: #414141. Windows color (decimal): -12050451 or 15540040. OLE color: 15540040.

HSL color Cylindrical-coordinate representation of color #481FED: hue angle of 251.94º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481FED is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 31 237 -
CMYK 0.70 0.87 0 0.07
HSL 251.94º 0.85% 0.53% -
HSV(B) 251.94º 0.87% 0.93% -
XYZ 18.45 8.47 80.78 -
YUV 66.74 224.08 131.75 -
System Red Green Blue C M Y K H S L
Decimal 72 31 237 0.70 0.87 0 0.07 251.94 0.85 0.53
Hex 48 1F ED 46 57 0 7 FC 55 35
Octal 110 37 355 106 127 0 7 374 125 65
Binary 1001000 11111 11101101 1000110 1010111 0 111 11111100 1010101 110101

Color Harmonies of #481FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481FED

Black with #481FED

Text Example


Text Example

White with #481FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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