Html Css Color HEX #481AD4 Han Purple

📋 copy color: '#481AD4'

red 72 ◦ green 26 ◦ blue 212

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

Shades of Han Purple #481AD4

Tints of Han Purple #481AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 68.39%

R = 23.23%
G = 8.39%
B = 68.39%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#481AD4 (or 0x481AD4) is known color: Han Purple. HEX triplet: 48, 1A and D4. RGB value is (72,26,212). Sum of RGB (Red+Green+Blue) = 72+26+212=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 212 (83.20% from 255 or 68.39% from 310); Max value from RGB is 212 - color contains mainly: blue. Hex color #481AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481AD4 is #B7E52B. Grayscale: #3C3C3C. Windows color (decimal): -12051756 or 13900360. OLE color: 13900360.

HSL color Cylindrical-coordinate representation of color #481AD4: hue angle of 254.84º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481AD4 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 26 212 -
CMYK 0.66 0.88 0 0.17
HSL 254.84º 0.78% 0.47% -
HSV(B) 254.84º 0.88% 0.83% -
XYZ 14.93 6.87 62.83 -
YUV 60.96 213.24 135.88 -
System Red Green Blue C M Y K H S L
Decimal 72 26 212 0.66 0.88 0 0.17 254.84 0.78 0.47
Hex 48 1A D4 42 58 0 11 FF 4E 2F
Octal 110 32 324 102 130 0 21 377 116 57
Binary 1001000 11010 11010100 1000010 1011000 0 10001 11111111 1001110 101111

Color Harmonies of #481AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481AD4

Black with #481AD4

Text Example


Text Example

White with #481AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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