Html Css Color HEX #481DEC Han Purple

📋 copy color: '#481DEC'

red 72 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #481DEC

Tints of Han Purple #481DEC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.61%

 BLUE value IS 236 (92.58% from 255) = 70.03%

R = 21.36%
G = 8.61%
B = 70.03%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#481DEC (or 0x481DEC) is known color: Han Purple. HEX triplet: 48, 1D and EC. RGB value is (72,29,236). Sum of RGB (Red+Green+Blue) = 72+29+236=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #481DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481DEC is #B7E213. Grayscale: #404040. Windows color (decimal): -12050964 or 15473992. OLE color: 15473992.

HSL color Cylindrical-coordinate representation of color #481DEC: hue angle of 252.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481DEC is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 29 236 -
CMYK 0.69 0.88 0 0.07
HSL 252.46º 0.84% 0.52% -
HSV(B) 252.46º 0.88% 0.93% -
XYZ 18.25 8.31 80 -
YUV 65.46 224.25 132.67 -
System Red Green Blue C M Y K H S L
Decimal 72 29 236 0.69 0.88 0 0.07 252.46 0.84 0.52
Hex 48 1D EC 45 58 0 7 FC 54 34
Octal 110 35 354 105 130 0 7 374 124 64
Binary 1001000 11101 11101100 1000101 1011000 0 111 11111100 1010100 110100

Color Harmonies of #481DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481DEC

Black with #481DEC

Text Example


Text Example

White with #481DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,29,236); }

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

background-color css

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

 a { background-color: rgb(72,29,236); }

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

border-color css

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

 span { border-color: rgb(72,29,236); }

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