Html Css Color HEX #482AFD Han Purple

📋 copy color: '#482AFD'

red 72 ◦ green 42 ◦ blue 253

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

Shades of Han Purple #482AFD

Tints of Han Purple #482AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.44%

 BLUE value IS 253 (99.22% from 255) = 68.94%

R = 19.62%
G = 11.44%
B = 68.94%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#482AFD (or 0x482AFD) is known color: Han Purple. HEX triplet: 48, 2A and FD. RGB value is (72,42,253). Sum of RGB (Red+Green+Blue) = 72+42+253=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #482AFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482AFD is #B7D502. Grayscale: #4A4A4A. Windows color (decimal): -12047619 or 16591432. OLE color: 16591432.

HSL color Cylindrical-coordinate representation of color #482AFD: hue angle of 248.53º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #482AFD is Cyan = 0.72, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 72 42 253 -
CMYK 0.72 0.83 0 0.01
HSL 248.53º 0.98% 0.58% -
HSV(B) 248.53º 0.83% 0.99% -
XYZ 21.23 10.13 93.76 -
YUV 75.02 228.44 125.84 -
System Red Green Blue C M Y K H S L
Decimal 72 42 253 0.72 0.83 0 0.01 248.53 0.98 0.58
Hex 48 2A FD 48 53 0 1 F9 62 3A
Octal 110 52 375 110 123 0 1 371 142 72
Binary 1001000 101010 11111101 1001000 1010011 0 1 11111001 1100010 111010

Color Harmonies of #482AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482AFD

Black with #482AFD

Text Example


Text Example

White with #482AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,42,253); }

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

background-color css

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

 a { background-color: rgb(72,42,253); }

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

border-color css

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

 span { border-color: rgb(72,42,253); }

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