Html Css Color HEX #480DED Han Purple

📋 copy color: '#480DED'

red 72 ◦ green 13 ◦ blue 237

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

Shades of Han Purple #480DED

Tints of Han Purple #480DED

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.04%

 BLUE value IS 237 (92.97% from 255) = 73.6%

R = 22.36%
G = 4.04%
B = 73.6%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#480DED (or 0x480DED) is known color: Han Purple. HEX triplet: 48, 0D and ED. RGB value is (72,13,237). Sum of RGB (Red+Green+Blue) = 72+13+237=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 13 (5.47% from 255 or 4.04% from 322); Blue value is 237 (92.97% from 255 or 73.60% from 322); Max value from RGB is 237 - color contains mainly: blue. Hex color #480DED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480DED is #B7F212. Grayscale: #373737. Windows color (decimal): -12055059 or 15535432. OLE color: 15535432.

HSL color Cylindrical-coordinate representation of color #480DED: hue angle of 255.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480DED is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 13 237 -
CMYK 0.70 0.95 0 0.07
HSL 255.8º 0.9% 0.49% -
HSV(B) 255.8º 0.95% 0.93% -
XYZ 18.1 7.78 80.67 -
YUV 56.18 230.05 139.29 -
System Red Green Blue C M Y K H S L
Decimal 72 13 237 0.70 0.95 0 0.07 255.8 0.9 0.49
Hex 48 D ED 46 5F 0 7 100 5A 31
Octal 110 15 355 106 137 0 7 400 132 61
Binary 1001000 1101 11101101 1000110 1011111 0 111 100000000 1011010 110001

Color Harmonies of #480DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480DED

Black with #480DED

Text Example


Text Example

White with #480DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,13,237); }

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

background-color css

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

 a { background-color: rgb(72,13,237); }

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

border-color css

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

 span { border-color: rgb(72,13,237); }

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