Html Css Color HEX #481EE6 Han Purple

📋 copy color: '#481EE6'

red 72 ◦ green 30 ◦ blue 230

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

Shades of Han Purple #481EE6

Tints of Han Purple #481EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 69.28%

R = 21.69%
G = 9.04%
B = 69.28%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#481EE6 (or 0x481EE6) is known color: Han Purple. HEX triplet: 48, 1E and E6. RGB value is (72,30,230). Sum of RGB (Red+Green+Blue) = 72+30+230=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 230 (90.23% from 255 or 69.28% from 332); Max value from RGB is 230 - color contains mainly: blue. Hex color #481EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481EE6 is #B7E119. Grayscale: #404040. Windows color (decimal): -12050714 or 15081032. OLE color: 15081032.

HSL color Cylindrical-coordinate representation of color #481EE6: hue angle of 252.6º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #481EE6 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 30 230 -
CMYK 0.69 0.87 0 0.10
HSL 252.6º 0.8% 0.51% -
HSV(B) 252.6º 0.87% 0.9% -
XYZ 17.42 8.02 75.49 -
YUV 65.36 220.91 132.74 -
System Red Green Blue C M Y K H S L
Decimal 72 30 230 0.69 0.87 0 0.10 252.6 0.8 0.51
Hex 48 1E E6 45 57 0 A FD 50 33
Octal 110 36 346 105 127 0 12 375 120 63
Binary 1001000 11110 11100110 1000101 1010111 0 1010 11111101 1010000 110011

Color Harmonies of #481EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481EE6

Black with #481EE6

Text Example


Text Example

White with #481EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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