Html Css Color HEX #480BDA Han Purple

📋 copy color: '#480BDA'

red 72 ◦ green 11 ◦ blue 218

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

Shades of Han Purple #480BDA

Tints of Han Purple #480BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.65%

 BLUE value IS 218 (85.55% from 255) = 72.43%

R = 23.92%
G = 3.65%
B = 72.43%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#480BDA (or 0x480BDA) is known color: Han Purple. HEX triplet: 48, 0B and DA. RGB value is (72,11,218). Sum of RGB (Red+Green+Blue) = 72+11+218=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 218 (85.55% from 255 or 72.43% from 301); Max value from RGB is 218 - color contains mainly: blue. Hex color #480BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480BDA is #B7F425. Grayscale: #343434. Windows color (decimal): -12055590 or 14289736. OLE color: 14289736.

HSL color Cylindrical-coordinate representation of color #480BDA: hue angle of 257.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480BDA is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 11 218 -
CMYK 0.67 0.95 0 0.15
HSL 257.68º 0.9% 0.45% -
HSV(B) 257.68º 0.95% 0.85% -
XYZ 15.45 6.68 66.8 -
YUV 52.84 221.21 141.67 -
System Red Green Blue C M Y K H S L
Decimal 72 11 218 0.67 0.95 0 0.15 257.68 0.9 0.45
Hex 48 B DA 43 5F 0 F 102 5A 2D
Octal 110 13 332 103 137 0 17 402 132 55
Binary 1001000 1011 11011010 1000011 1011111 0 1111 100000010 1011010 101101

Color Harmonies of #480BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480BDA

Black with #480BDA

Text Example


Text Example

White with #480BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,11,218); }

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

background-color css

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

 a { background-color: rgb(72,11,218); }

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

border-color css

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

 span { border-color: rgb(72,11,218); }

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