Html Css Color HEX #481ADD Han Purple

📋 copy color: '#481ADD'

red 72 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #481ADD

Tints of Han Purple #481ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.15%

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

R = 22.57%
G = 8.15%
B = 69.28%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#481ADD (or 0x481ADD) is known color: Han Purple. HEX triplet: 48, 1A and DD. RGB value is (72,26,221). Sum of RGB (Red+Green+Blue) = 72+26+221=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #481ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481ADD is #B7E522. Grayscale: #3D3D3D. Windows color (decimal): -12051747 or 14490184. OLE color: 14490184.

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

Color convert

RGB 72 26 221 -
CMYK 0.67 0.88 0 0.13
HSL 254.15º 0.79% 0.48% -
HSV(B) 254.15º 0.88% 0.87% -
XYZ 16.09 7.34 68.97 -
YUV 61.98 217.74 135.14 -
System Red Green Blue C M Y K H S L
Decimal 72 26 221 0.67 0.88 0 0.13 254.15 0.79 0.48
Hex 48 1A DD 43 58 0 D FE 4F 30
Octal 110 32 335 103 130 0 15 376 117 60
Binary 1001000 11010 11011101 1000011 1011000 0 1101 11111110 1001111 110000

Color Harmonies of #481ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481ADD

Black with #481ADD

Text Example


Text Example

White with #481ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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