Html Css Color HEX #481CDF Han Purple

📋 copy color: '#481CDF'

red 72 ◦ green 28 ◦ blue 223

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

Shades of Han Purple #481CDF

Tints of Han Purple #481CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.04%

R = 22.29%
G = 8.67%
B = 69.04%

CMYK

 C value IS 0.68

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#481CDF (or 0x481CDF) is known color: Han Purple. HEX triplet: 48, 1C and DF. RGB value is (72,28,223). Sum of RGB (Red+Green+Blue) = 72+28+223=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #481CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481CDF is #B7E320. Grayscale: #3E3E3E. Windows color (decimal): -12051233 or 14621768. OLE color: 14621768.

HSL color Cylindrical-coordinate representation of color #481CDF: hue angle of 253.54º 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 #481CDF is Cyan = 0.68, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 28 223 -
CMYK 0.68 0.87 0 0.13
HSL 253.54º 0.78% 0.49% -
HSV(B) 253.54º 0.87% 0.87% -
XYZ 16.41 7.54 70.4 -
YUV 63.39 218.08 134.14 -
System Red Green Blue C M Y K H S L
Decimal 72 28 223 0.68 0.87 0 0.13 253.54 0.78 0.49
Hex 48 1C DF 44 57 0 D FE 4E 31
Octal 110 34 337 104 127 0 15 376 116 61
Binary 1001000 11100 11011111 1000100 1010111 0 1101 11111110 1001110 110001

Color Harmonies of #481CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CDF

Black with #481CDF

Text Example


Text Example

White with #481CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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