Html Css Color HEX #482ADD Han Purple

📋 copy color: '#482ADD'

red 72 ◦ green 42 ◦ blue 221

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

Shades of Han Purple #482ADD

Tints of Han Purple #482ADD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.54%

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

R = 21.49%
G = 12.54%
B = 65.97%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#482ADD (or 0x482ADD) is known color: Han Purple. HEX triplet: 48, 2A and DD. RGB value is (72,42,221). Sum of RGB (Red+Green+Blue) = 72+42+221=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #482ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482ADD is #B7D522. Grayscale: #464646. Windows color (decimal): -12047651 or 14494280. OLE color: 14494280.

HSL color Cylindrical-coordinate representation of color #482ADD: hue angle of 250.06º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #482ADD is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 42 221 -
CMYK 0.67 0.81 0 0.13
HSL 250.06º 0.72% 0.52% -
HSV(B) 250.06º 0.81% 0.87% -
XYZ 16.55 8.25 69.13 -
YUV 71.38 212.44 128.45 -
System Red Green Blue C M Y K H S L
Decimal 72 42 221 0.67 0.81 0 0.13 250.06 0.72 0.52
Hex 48 2A DD 43 51 0 D FA 48 34
Octal 110 52 335 103 121 0 15 372 110 64
Binary 1001000 101010 11011101 1000011 1010001 0 1101 11111010 1001000 110100

Color Harmonies of #482ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482ADD

Black with #482ADD

Text Example


Text Example

White with #482ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482ADD; }

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

 H1.HeaderClassName
 {
   color: #482ADD;
 }
 .AnyTagClassName
 {
   color: #482ADD;
 }
</style>

background-color css

<style>
 a { background-color: #482ADD; }

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

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

border-color css

<style>
 span { border-color: #482ADD; }

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

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