Html Css Color HEX #481ED6 Han Purple

📋 copy color: '#481ED6'

red 72 ◦ green 30 ◦ blue 214

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

Shades of Han Purple #481ED6

Tints of Han Purple #481ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 67.72%

R = 22.78%
G = 9.49%
B = 67.72%

CMYK

 C value IS 0.66

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#481ED6 (or 0x481ED6) is known color: Han Purple. HEX triplet: 48, 1E and D6. RGB value is (72,30,214). Sum of RGB (Red+Green+Blue) = 72+30+214=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 214 (83.98% from 255 or 67.72% from 316); Max value from RGB is 214 - color contains mainly: blue. Hex color #481ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ED6 is #B7E129. Grayscale: #3E3E3E. Windows color (decimal): -12050730 or 14032456. OLE color: 14032456.

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

Color convert

RGB 72 30 214 -
CMYK 0.66 0.86 0 0.16
HSL 253.7º 0.75% 0.48% -
HSV(B) 253.7º 0.86% 0.84% -
XYZ 15.27 7.16 64.2 -
YUV 63.53 212.91 134.04 -
System Red Green Blue C M Y K H S L
Decimal 72 30 214 0.66 0.86 0 0.16 253.7 0.75 0.48
Hex 48 1E D6 42 56 0 10 FE 4B 30
Octal 110 36 326 102 126 0 20 376 113 60
Binary 1001000 11110 11010110 1000010 1010110 0 10000 11111110 1001011 110000

Color Harmonies of #481ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481ED6

Black with #481ED6

Text Example


Text Example

White with #481ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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