Html Css Color HEX #482CF9 Han Purple

📋 copy color: '#482CF9'

red 72 ◦ green 44 ◦ blue 249

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

Shades of Han Purple #482CF9

Tints of Han Purple #482CF9

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

 BLUE value IS 249 (97.66% from 255) = 68.22%

R = 19.73%
G = 12.05%
B = 68.22%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#482CF9 (or 0x482CF9) is known color: Han Purple. HEX triplet: 48, 2C and F9. RGB value is (72,44,249). Sum of RGB (Red+Green+Blue) = 72+44+249=365 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.73% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 249 (97.66% from 255 or 68.22% from 365); Max value from RGB is 249 - color contains mainly: blue. Hex color #482CF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482CF9 is #B7D306. Grayscale: #4A4A4A. Windows color (decimal): -12047111 or 16329800. OLE color: 16329800.

HSL color Cylindrical-coordinate representation of color #482CF9: hue angle of 248.2º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #482CF9 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 44 249 -
CMYK 0.71 0.82 0 0.02
HSL 248.2º 0.94% 0.57% -
HSV(B) 248.2º 0.82% 0.98% -
XYZ 20.67 10.02 90.47 -
YUV 75.74 225.78 125.33 -
System Red Green Blue C M Y K H S L
Decimal 72 44 249 0.71 0.82 0 0.02 248.2 0.94 0.57
Hex 48 2C F9 47 52 0 2 F8 5E 39
Octal 110 54 371 107 122 0 2 370 136 71
Binary 1001000 101100 11111001 1000111 1010010 0 10 11111000 1011110 111001

Color Harmonies of #482CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CF9

Black with #482CF9

Text Example


Text Example

White with #482CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,44,249); }

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

background-color css

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

 a { background-color: rgb(72,44,249); }

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

border-color css

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

 span { border-color: rgb(72,44,249); }

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