Html Css Color HEX #482BE4 Han Purple

📋 copy color: '#482BE4'

red 72 ◦ green 43 ◦ blue 228

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

Shades of Han Purple #482BE4

Tints of Han Purple #482BE4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.54%

 BLUE value IS 228 (89.45% from 255) = 66.47%

R = 20.99%
G = 12.54%
B = 66.47%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#482BE4 (or 0x482BE4) is known color: Han Purple. HEX triplet: 48, 2B and E4. RGB value is (72,43,228). Sum of RGB (Red+Green+Blue) = 72+43+228=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 43 (17.19% from 255 or 12.54% from 343); Blue value is 228 (89.45% from 255 or 66.47% from 343); Max value from RGB is 228 - color contains mainly: blue. Hex color #482BE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482BE4 is #B7D41B. Grayscale: #484848. Windows color (decimal): -12047388 or 14953288. OLE color: 14953288.

HSL color Cylindrical-coordinate representation of color #482BE4: hue angle of 249.41º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #482BE4 is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 43 228 -
CMYK 0.68 0.81 0 0.11
HSL 249.41º 0.77% 0.53% -
HSV(B) 249.41º 0.81% 0.89% -
XYZ 17.54 8.71 74.15 -
YUV 72.76 215.61 127.46 -
System Red Green Blue C M Y K H S L
Decimal 72 43 228 0.68 0.81 0 0.11 249.41 0.77 0.53
Hex 48 2B E4 44 51 0 B F9 4D 35
Octal 110 53 344 104 121 0 13 371 115 65
Binary 1001000 101011 11100100 1000100 1010001 0 1011 11111001 1001101 110101

Color Harmonies of #482BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482BE4

Black with #482BE4

Text Example


Text Example

White with #482BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482BE4; }

 p { color: rgb(72,43,228); }

 H1.HeaderClassName
 {
   color: #482BE4;
 }
 .AnyTagClassName
 {
   color: #482BE4;
 }
</style>

background-color css

<style>
 a { background-color: #482BE4; }

 a { background-color: rgb(72,43,228); }

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

border-color css

<style>
 span { border-color: #482BE4; }

 span { border-color: rgb(72,43,228); }

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