Html Css Color HEX #480EDD Han Purple

📋 copy color: '#480EDD'

red 72 ◦ green 14 ◦ blue 221

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

Shades of Han Purple #480EDD

Tints of Han Purple #480EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.56%

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 23.45%
G = 4.56%
B = 71.99%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#480EDD (or 0x480EDD) is known color: Han Purple. HEX triplet: 48, 0E and DD. RGB value is (72,14,221). Sum of RGB (Red+Green+Blue) = 72+14+221=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #480EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480EDD is #B7F122. Grayscale: #363636. Windows color (decimal): -12054819 or 14487112. OLE color: 14487112.

HSL color Cylindrical-coordinate representation of color #480EDD: hue angle of 256.81º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480EDD is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 14 221 -
CMYK 0.67 0.94 0 0.13
HSL 256.81º 0.88% 0.46% -
HSV(B) 256.81º 0.94% 0.87% -
XYZ 15.88 6.91 68.9 -
YUV 54.94 221.72 140.17 -
System Red Green Blue C M Y K H S L
Decimal 72 14 221 0.67 0.94 0 0.13 256.81 0.88 0.46
Hex 48 E DD 43 5E 0 D 101 58 2E
Octal 110 16 335 103 136 0 15 401 130 56
Binary 1001000 1110 11011101 1000011 1011110 0 1101 100000001 1011000 101110

Color Harmonies of #480EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480EDD

Black with #480EDD

Text Example


Text Example

White with #480EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480EDD; }

 p { color: rgb(72,14,221); }

 H1.HeaderClassName
 {
   color: #480EDD;
 }
 .AnyTagClassName
 {
   color: #480EDD;
 }
</style>

background-color css

<style>
 a { background-color: #480EDD; }

 a { background-color: rgb(72,14,221); }

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

border-color css

<style>
 span { border-color: #480EDD; }

 span { border-color: rgb(72,14,221); }

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