Html Css Color HEX #481BE9 Han Purple

📋 copy color: '#481BE9'

red 72 ◦ green 27 ◦ blue 233

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

Shades of Han Purple #481BE9

Tints of Han Purple #481BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 70.18%

R = 21.69%
G = 8.13%
B = 70.18%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#481BE9 (or 0x481BE9) is known color: Han Purple. HEX triplet: 48, 1B and E9. RGB value is (72,27,233). Sum of RGB (Red+Green+Blue) = 72+27+233=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 233 (91.41% from 255 or 70.18% from 332); Max value from RGB is 233 - color contains mainly: blue. Hex color #481BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BE9 is #B7E416. Grayscale: #3F3F3F. Windows color (decimal): -12051479 or 15276872. OLE color: 15276872.

HSL color Cylindrical-coordinate representation of color #481BE9: hue angle of 253.11º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #481BE9 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 27 233 -
CMYK 0.69 0.88 0 0.09
HSL 253.11º 0.82% 0.51% -
HSV(B) 253.11º 0.88% 0.91% -
XYZ 17.77 8.04 77.71 -
YUV 63.94 223.41 133.75 -
System Red Green Blue C M Y K H S L
Decimal 72 27 233 0.69 0.88 0 0.09 253.11 0.82 0.51
Hex 48 1B E9 45 58 0 9 FD 52 33
Octal 110 33 351 105 130 0 11 375 122 63
Binary 1001000 11011 11101001 1000101 1011000 0 1001 11111101 1010010 110011

Color Harmonies of #481BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BE9

Black with #481BE9

Text Example


Text Example

White with #481BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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