Html Css Color HEX #482CDE Han Purple

📋 copy color: '#482CDE'

red 72 ◦ green 44 ◦ blue 222

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

Shades of Han Purple #482CDE

Tints of Han Purple #482CDE

RGB

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

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

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

R = 21.3%
G = 13.02%
B = 65.68%

CMYK

 C value IS 0.68

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#482CDE (or 0x482CDE) is known color: Han Purple. HEX triplet: 48, 2C and DE. RGB value is (72,44,222). Sum of RGB (Red+Green+Blue) = 72+44+222=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 44 (17.58% from 255 or 13.02% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #482CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CDE is #B7D321. Grayscale: #474747. Windows color (decimal): -12047138 or 14560328. OLE color: 14560328.

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

Color convert

RGB 72 44 222 -
CMYK 0.68 0.80 0 0.13
HSL 249.44º 0.73% 0.52% -
HSV(B) 249.44º 0.8% 0.87% -
XYZ 16.76 8.45 69.86 -
YUV 72.66 212.28 127.53 -
System Red Green Blue C M Y K H S L
Decimal 72 44 222 0.68 0.80 0 0.13 249.44 0.73 0.52
Hex 48 2C DE 44 50 0 D F9 49 34
Octal 110 54 336 104 120 0 15 371 111 64
Binary 1001000 101100 11011110 1000100 1010000 0 1101 11111001 1001001 110100

Color Harmonies of #482CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CDE

Black with #482CDE

Text Example


Text Example

White with #482CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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