Html Css Color HEX #481CEB Han Purple

📋 copy color: '#481CEB'

red 72 ◦ green 28 ◦ blue 235

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

Shades of Han Purple #481CEB

Tints of Han Purple #481CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.15%

R = 21.49%
G = 8.36%
B = 70.15%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#481CEB (or 0x481CEB) is known color: Han Purple. HEX triplet: 48, 1C and EB. RGB value is (72,28,235). Sum of RGB (Red+Green+Blue) = 72+28+235=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 235 (92.19% from 255 or 70.15% from 335); Max value from RGB is 235 - color contains mainly: blue. Hex color #481CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CEB is #B7E314. Grayscale: #3F3F3F. Windows color (decimal): -12051221 or 15408200. OLE color: 15408200.

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

Color convert

RGB 72 28 235 -
CMYK 0.69 0.88 0 0.08
HSL 252.75º 0.84% 0.52% -
HSV(B) 252.75º 0.88% 0.92% -
XYZ 18.08 8.21 79.23 -
YUV 64.75 224.08 133.17 -
System Red Green Blue C M Y K H S L
Decimal 72 28 235 0.69 0.88 0 0.08 252.75 0.84 0.52
Hex 48 1C EB 45 58 0 8 FD 54 34
Octal 110 34 353 105 130 0 10 375 124 64
Binary 1001000 11100 11101011 1000101 1011000 0 1000 11111101 1010100 110100

Color Harmonies of #481CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CEB

Black with #481CEB

Text Example


Text Example

White with #481CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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