Html Css Color HEX #480FDD Han Purple

📋 copy color: '#480FDD'

red 72 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #480FDD

Tints of Han Purple #480FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.87%

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

R = 23.38%
G = 4.87%
B = 71.75%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#480FDD (or 0x480FDD) is known color: Han Purple. HEX triplet: 48, 0F and DD. RGB value is (72,15,221). Sum of RGB (Red+Green+Blue) = 72+15+221=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #480FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480FDD is #B7F022. Grayscale: #363636. Windows color (decimal): -12054563 or 14487368. OLE color: 14487368.

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

Color convert

RGB 72 15 221 -
CMYK 0.67 0.93 0 0.13
HSL 256.6º 0.87% 0.46% -
HSV(B) 256.6º 0.93% 0.87% -
XYZ 15.89 6.94 68.91 -
YUV 55.53 221.38 139.75 -
System Red Green Blue C M Y K H S L
Decimal 72 15 221 0.67 0.93 0 0.13 256.6 0.87 0.46
Hex 48 F DD 43 5D 0 D 101 57 2E
Octal 110 17 335 103 135 0 15 401 127 56
Binary 1001000 1111 11011101 1000011 1011101 0 1101 100000001 1010111 101110

Color Harmonies of #480FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480FDD

Black with #480FDD

Text Example


Text Example

White with #480FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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