Html Css Color HEX #480ADF Han Purple

📋 copy color: '#480ADF'

red 72 ◦ green 10 ◦ blue 223

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

Shades of Han Purple #480ADF

Tints of Han Purple #480ADF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.28%

 BLUE value IS 223 (87.5% from 255) = 73.11%

R = 23.61%
G = 3.28%
B = 73.11%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#480ADF (or 0x480ADF) is known color: Han Purple. HEX triplet: 48, 0A and DF. RGB value is (72,10,223). Sum of RGB (Red+Green+Blue) = 72+10+223=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #480ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480ADF is #B7F520. Grayscale: #343434. Windows color (decimal): -12055841 or 14617160. OLE color: 14617160.

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

Color convert

RGB 72 10 223 -
CMYK 0.68 0.96 0 0.13
HSL 257.46º 0.91% 0.46% -
HSV(B) 257.46º 0.96% 0.87% -
XYZ 16.1 6.92 70.3 -
YUV 52.82 224.04 141.68 -
System Red Green Blue C M Y K H S L
Decimal 72 10 223 0.68 0.96 0 0.13 257.46 0.91 0.46
Hex 48 A DF 44 60 0 D 101 5B 2E
Octal 110 12 337 104 140 0 15 401 133 56
Binary 1001000 1010 11011111 1000100 1100000 0 1101 100000001 1011011 101110

Color Harmonies of #480ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480ADF

Black with #480ADF

Text Example


Text Example

White with #480ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,10,223); }

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

background-color css

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

 a { background-color: rgb(72,10,223); }

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

border-color css

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

 span { border-color: rgb(72,10,223); }

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