Html Css Color HEX #482CFB Han Purple

📋 copy color: '#482CFB'

red 72 ◦ green 44 ◦ blue 251

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

Shades of Han Purple #482CFB

Tints of Han Purple #482CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 68.39%

R = 19.62%
G = 11.99%
B = 68.39%

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

#482CFB (or 0x482CFB) is known color: Han Purple. HEX triplet: 48, 2C and FB. RGB value is (72,44,251). Sum of RGB (Red+Green+Blue) = 72+44+251=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #482CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482CFB is #B7D304. Grayscale: #4B4B4B. Windows color (decimal): -12047109 or 16460872. OLE color: 16460872.

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

Color convert

RGB 72 44 251 -
CMYK 0.71 0.82 0 0.02
HSL 248.12º 0.96% 0.58% -
HSV(B) 248.12º 0.82% 0.98% -
XYZ 20.99 10.14 92.12 -
YUV 75.97 226.78 125.17 -
System Red Green Blue C M Y K H S L
Decimal 72 44 251 0.71 0.82 0 0.02 248.12 0.96 0.58
Hex 48 2C FB 47 52 0 2 F8 60 3A
Octal 110 54 373 107 122 0 2 370 140 72
Binary 1001000 101100 11111011 1000111 1010010 0 10 11111000 1100000 111010

Color Harmonies of #482CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CFB

Black with #482CFB

Text Example


Text Example

White with #482CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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