Html Css Color HEX #480CDA Han Purple

📋 copy color: '#480CDA'

red 72 ◦ green 12 ◦ blue 218

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

Shades of Han Purple #480CDA

Tints of Han Purple #480CDA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.97%

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

R = 23.84%
G = 3.97%
B = 72.19%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#480CDA (or 0x480CDA) is known color: Han Purple. HEX triplet: 48, 0C and DA. RGB value is (72,12,218). Sum of RGB (Red+Green+Blue) = 72+12+218=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #480CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480CDA is #B7F325. Grayscale: #343434. Windows color (decimal): -12055334 or 14289992. OLE color: 14289992.

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

Color convert

RGB 72 12 218 -
CMYK 0.67 0.94 0 0.15
HSL 257.48º 0.9% 0.45% -
HSV(B) 257.48º 0.94% 0.85% -
XYZ 15.46 6.7 66.81 -
YUV 53.42 220.88 141.25 -
System Red Green Blue C M Y K H S L
Decimal 72 12 218 0.67 0.94 0 0.15 257.48 0.9 0.45
Hex 48 C DA 43 5E 0 F 101 5A 2D
Octal 110 14 332 103 136 0 17 401 132 55
Binary 1001000 1100 11011010 1000011 1011110 0 1111 100000001 1011010 101101

Color Harmonies of #480CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480CDA

Black with #480CDA

Text Example


Text Example

White with #480CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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