Html Css Color HEX #481EFD Han Purple

📋 copy color: '#481EFD'

red 72 ◦ green 30 ◦ blue 253

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

Shades of Han Purple #481EFD

Tints of Han Purple #481EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.45%

 BLUE value IS 253 (99.22% from 255) = 71.27%

R = 20.28%
G = 8.45%
B = 71.27%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#481EFD (or 0x481EFD) is known color: Han Purple. HEX triplet: 48, 1E and FD. RGB value is (72,30,253). Sum of RGB (Red+Green+Blue) = 72+30+253=355 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.28% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #481EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481EFD is #B7E102. Grayscale: #434343. Windows color (decimal): -12050691 or 16588360. OLE color: 16588360.

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

Color convert

RGB 72 30 253 -
CMYK 0.72 0.88 0 0.01
HSL 251.3º 0.98% 0.55% -
HSV(B) 251.3º 0.88% 0.99% -
XYZ 20.87 9.4 93.64 -
YUV 67.98 232.41 130.87 -
System Red Green Blue C M Y K H S L
Decimal 72 30 253 0.72 0.88 0 0.01 251.3 0.98 0.55
Hex 48 1E FD 48 58 0 1 FB 62 37
Octal 110 36 375 110 130 0 1 373 142 67
Binary 1001000 11110 11111101 1001000 1011000 0 1 11111011 1100010 110111

Color Harmonies of #481EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481EFD

Black with #481EFD

Text Example


Text Example

White with #481EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,30,253); }

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

background-color css

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

 a { background-color: rgb(72,30,253); }

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

border-color css

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

 span { border-color: rgb(72,30,253); }

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