Html Css Color HEX #481CDE Han Purple

📋 copy color: '#481CDE'

red 72 ◦ green 28 ◦ blue 222

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

Shades of Han Purple #481CDE

Tints of Han Purple #481CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.94%

R = 22.36%
G = 8.7%
B = 68.94%

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

#481CDE (or 0x481CDE) is known color: Han Purple. HEX triplet: 48, 1C and DE. RGB value is (72,28,222). Sum of RGB (Red+Green+Blue) = 72+28+222=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 222 (87.11% from 255 or 68.94% from 322); Max value from RGB is 222 - color contains mainly: blue. Hex color #481CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #481CDE is #B7E321. Grayscale: #3E3E3E. Windows color (decimal): -12051234 or 14556232. OLE color: 14556232.

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

Color convert

RGB 72 28 222 -
CMYK 0.68 0.87 0 0.13
HSL 253.61º 0.78% 0.49% -
HSV(B) 253.61º 0.87% 0.87% -
XYZ 16.27 7.48 69.69 -
YUV 63.27 217.58 134.23 -
System Red Green Blue C M Y K H S L
Decimal 72 28 222 0.68 0.87 0 0.13 253.61 0.78 0.49
Hex 48 1C DE 44 57 0 D FE 4E 31
Octal 110 34 336 104 127 0 15 376 116 61
Binary 1001000 11100 11011110 1000100 1010111 0 1101 11111110 1001110 110001

Color Harmonies of #481CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CDE

Black with #481CDE

Text Example


Text Example

White with #481CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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