Html Css Color HEX #481BEB Han Purple

📋 copy color: '#481BEB'

red 72 ◦ green 27 ◦ blue 235

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

Shades of Han Purple #481BEB

Tints of Han Purple #481BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.08%

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

R = 21.56%
G = 8.08%
B = 70.36%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#481BEB (or 0x481BEB) is known color: Han Purple. HEX triplet: 48, 1B and EB. RGB value is (72,27,235). Sum of RGB (Red+Green+Blue) = 72+27+235=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #481BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BEB is #B7E414. Grayscale: #3F3F3F. Windows color (decimal): -12051477 or 15407944. OLE color: 15407944.

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

Color convert

RGB 72 27 235 -
CMYK 0.69 0.89 0 0.08
HSL 252.98º 0.84% 0.51% -
HSV(B) 252.98º 0.89% 0.92% -
XYZ 18.06 8.16 79.22 -
YUV 64.17 224.41 133.59 -
System Red Green Blue C M Y K H S L
Decimal 72 27 235 0.69 0.89 0 0.08 252.98 0.84 0.51
Hex 48 1B EB 45 59 0 8 FD 54 33
Octal 110 33 353 105 131 0 10 375 124 63
Binary 1001000 11011 11101011 1000101 1011001 0 1000 11111101 1010100 110011

Color Harmonies of #481BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BEB

Black with #481BEB

Text Example


Text Example

White with #481BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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