Html Css Color HEX #481AD3 Han Purple

📋 copy color: '#481AD3'

red 72 ◦ green 26 ◦ blue 211

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

Shades of Han Purple #481AD3

Tints of Han Purple #481AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 68.28%

R = 23.3%
G = 8.41%
B = 68.28%

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

#481AD3 (or 0x481AD3) is known color: Han Purple. HEX triplet: 48, 1A and D3. RGB value is (72,26,211). Sum of RGB (Red+Green+Blue) = 72+26+211=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 211 (82.81% from 255 or 68.28% from 309); Max value from RGB is 211 - color contains mainly: blue. Hex color #481AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481AD3 is #B7E52C. Grayscale: #3C3C3C. Windows color (decimal): -12051757 or 13834824. OLE color: 13834824.

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

Color convert

RGB 72 26 211 -
CMYK 0.66 0.88 0 0.17
HSL 254.92º 0.78% 0.46% -
HSV(B) 254.92º 0.88% 0.83% -
XYZ 14.8 6.82 62.16 -
YUV 60.84 212.74 135.96 -
System Red Green Blue C M Y K H S L
Decimal 72 26 211 0.66 0.88 0 0.17 254.92 0.78 0.46
Hex 48 1A D3 42 58 0 11 FF 4E 2E
Octal 110 32 323 102 130 0 21 377 116 56
Binary 1001000 11010 11010011 1000010 1011000 0 10001 11111111 1001110 101110

Color Harmonies of #481AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481AD3

Black with #481AD3

Text Example


Text Example

White with #481AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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