Html Css Color HEX #481CDD Han Purple

📋 copy color: '#481CDD'

red 72 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #481CDD

Tints of Han Purple #481CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.72%

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

R = 22.43%
G = 8.72%
B = 68.85%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#481CDD (or 0x481CDD) is known color: Han Purple. HEX triplet: 48, 1C and DD. RGB value is (72,28,221). Sum of RGB (Red+Green+Blue) = 72+28+221=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #481CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481CDD is #B7E322. Grayscale: #3E3E3E. Windows color (decimal): -12051235 or 14490696. OLE color: 14490696.

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

Color convert

RGB 72 28 221 -
CMYK 0.67 0.87 0 0.13
HSL 253.68º 0.78% 0.49% -
HSV(B) 253.68º 0.87% 0.87% -
XYZ 16.14 7.43 68.99 -
YUV 63.16 217.08 134.31 -
System Red Green Blue C M Y K H S L
Decimal 72 28 221 0.67 0.87 0 0.13 253.68 0.78 0.49
Hex 48 1C DD 43 57 0 D FE 4E 31
Octal 110 34 335 103 127 0 15 376 116 61
Binary 1001000 11100 11011101 1000011 1010111 0 1101 11111110 1001110 110001

Color Harmonies of #481CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CDD

Black with #481CDD

Text Example


Text Example

White with #481CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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