Html Css Color HEX #482EFA Han Purple

📋 copy color: '#482EFA'

red 72 ◦ green 46 ◦ blue 250

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

Shades of Han Purple #482EFA

Tints of Han Purple #482EFA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.5%

 BLUE value IS 250 (98.05% from 255) = 67.93%

R = 19.57%
G = 12.5%
B = 67.93%

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

#482EFA (or 0x482EFA) is known color: Han Purple. HEX triplet: 48, 2E and FA. RGB value is (72,46,250). Sum of RGB (Red+Green+Blue) = 72+46+250=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 46 (18.36% from 255 or 12.5% from 368); Blue value is 250 (98.05% from 255 or 67.93% from 368); Max value from RGB is 250 - color contains mainly: blue. Hex color #482EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482EFA is #B7D105. Grayscale: #4C4C4C. Windows color (decimal): -12046598 or 16395848. OLE color: 16395848.

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

Color convert

RGB 72 46 250 -
CMYK 0.71 0.82 0 0.02
HSL 247.65º 0.95% 0.58% -
HSV(B) 247.65º 0.82% 0.98% -
XYZ 20.9 10.23 91.32 -
YUV 77.03 225.61 124.41 -
System Red Green Blue C M Y K H S L
Decimal 72 46 250 0.71 0.82 0 0.02 247.65 0.95 0.58
Hex 48 2E FA 47 52 0 2 F8 5F 3A
Octal 110 56 372 107 122 0 2 370 137 72
Binary 1001000 101110 11111010 1000111 1010010 0 10 11111000 1011111 111010

Color Harmonies of #482EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482EFA

Black with #482EFA

Text Example


Text Example

White with #482EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,46,250); }

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

background-color css

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

 a { background-color: rgb(72,46,250); }

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

border-color css

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

 span { border-color: rgb(72,46,250); }

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