Html Css Color HEX #481CEC Han Purple

📋 copy color: '#481CEC'

red 72 ◦ green 28 ◦ blue 236

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

Shades of Han Purple #481CEC

Tints of Han Purple #481CEC

RGB

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

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

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

R = 21.43%
G = 8.33%
B = 70.24%

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

#481CEC (or 0x481CEC) is known color: Han Purple. HEX triplet: 48, 1C and EC. RGB value is (72,28,236). Sum of RGB (Red+Green+Blue) = 72+28+236=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 236 (92.58% from 255 or 70.24% from 336); Max value from RGB is 236 - color contains mainly: blue. Hex color #481CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CEC is #B7E313. Grayscale: #404040. Windows color (decimal): -12051220 or 15473736. OLE color: 15473736.

HSL color Cylindrical-coordinate representation of color #481CEC: hue angle of 252.69º degrees, saturation: 0.85, 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 #481CEC is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 28 236 -
CMYK 0.69 0.88 0 0.07
HSL 252.69º 0.85% 0.52% -
HSV(B) 252.69º 0.88% 0.93% -
XYZ 18.23 8.26 79.99 -
YUV 64.87 224.58 133.09 -
System Red Green Blue C M Y K H S L
Decimal 72 28 236 0.69 0.88 0 0.07 252.69 0.85 0.52
Hex 48 1C EC 45 58 0 7 FD 55 34
Octal 110 34 354 105 130 0 7 375 125 64
Binary 1001000 11100 11101100 1000101 1011000 0 111 11111101 1010101 110100

Color Harmonies of #481CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CEC

Black with #481CEC

Text Example


Text Example

White with #481CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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