Html Css Color HEX #482CFA Han Purple

📋 copy color: '#482CFA'

red 72 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #482CFA

Tints of Han Purple #482CFA

RGB

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

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

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

R = 19.67%
G = 12.02%
B = 68.31%

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

#482CFA (or 0x482CFA) is known color: Han Purple. HEX triplet: 48, 2C and FA. RGB value is (72,44,250). Sum of RGB (Red+Green+Blue) = 72+44+250=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #482CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482CFA is #B7D305. Grayscale: #4B4B4B. Windows color (decimal): -12047110 or 16395336. OLE color: 16395336.

HSL color Cylindrical-coordinate representation of color #482CFA: hue angle of 248.16º 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 #482CFA is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 44 250 -
CMYK 0.71 0.82 0 0.02
HSL 248.16º 0.95% 0.58% -
HSV(B) 248.16º 0.82% 0.98% -
XYZ 20.83 10.08 91.29 -
YUV 75.86 226.28 125.25 -
System Red Green Blue C M Y K H S L
Decimal 72 44 250 0.71 0.82 0 0.02 248.16 0.95 0.58
Hex 48 2C FA 47 52 0 2 F8 5F 3A
Octal 110 54 372 107 122 0 2 370 137 72
Binary 1001000 101100 11111010 1000111 1010010 0 10 11111000 1011111 111010

Color Harmonies of #482CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CFA

Black with #482CFA

Text Example


Text Example

White with #482CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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