Html Css Color HEX #482FDE Han Purple

📋 copy color: '#482FDE'

red 72 ◦ green 47 ◦ blue 222

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

Shades of Han Purple #482FDE

Tints of Han Purple #482FDE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.78%

 BLUE value IS 222 (87.11% from 255) = 65.1%

R = 21.11%
G = 13.78%
B = 65.1%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#482FDE (or 0x482FDE) is known color: Han Purple. HEX triplet: 48, 2F and DE. RGB value is (72,47,222). Sum of RGB (Red+Green+Blue) = 72+47+222=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 222 (87.11% from 255 or 65.10% from 341); Max value from RGB is 222 - color contains mainly: blue. Hex color #482FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482FDE is #B7D021. Grayscale: #494949. Windows color (decimal): -12046370 or 14561096. OLE color: 14561096.

HSL color Cylindrical-coordinate representation of color #482FDE: hue angle of 248.57º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482FDE is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 47 222 -
CMYK 0.68 0.79 0 0.13
HSL 248.57º 0.73% 0.53% -
HSV(B) 248.57º 0.79% 0.87% -
XYZ 16.87 8.68 69.89 -
YUV 74.43 211.28 126.27 -
System Red Green Blue C M Y K H S L
Decimal 72 47 222 0.68 0.79 0 0.13 248.57 0.73 0.53
Hex 48 2F DE 44 4F 0 D F9 49 35
Octal 110 57 336 104 117 0 15 371 111 65
Binary 1001000 101111 11011110 1000100 1001111 0 1101 11111001 1001001 110101

Color Harmonies of #482FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FDE

Black with #482FDE

Text Example


Text Example

White with #482FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,47,222); }

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

background-color css

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

 a { background-color: rgb(72,47,222); }

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

border-color css

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

 span { border-color: rgb(72,47,222); }

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