Html Css Color HEX #482BDE Han Purple

📋 copy color: '#482BDE'

red 72 ◦ green 43 ◦ blue 222

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

Shades of Han Purple #482BDE

Tints of Han Purple #482BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.76%

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

R = 21.36%
G = 12.76%
B = 65.88%

CMYK

 C value IS 0.68

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#482BDE (or 0x482BDE) is known color: Han Purple. HEX triplet: 48, 2B and DE. RGB value is (72,43,222). Sum of RGB (Red+Green+Blue) = 72+43+222=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 43 (17.19% from 255 or 12.76% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #482BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482BDE is #B7D421. Grayscale: #474747. Windows color (decimal): -12047394 or 14560072. OLE color: 14560072.

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

Color convert

RGB 72 43 222 -
CMYK 0.68 0.81 0 0.13
HSL 249.72º 0.73% 0.52% -
HSV(B) 249.72º 0.81% 0.87% -
XYZ 16.72 8.38 69.84 -
YUV 72.08 212.61 127.95 -
System Red Green Blue C M Y K H S L
Decimal 72 43 222 0.68 0.81 0 0.13 249.72 0.73 0.52
Hex 48 2B DE 44 51 0 D FA 49 34
Octal 110 53 336 104 121 0 15 372 111 64
Binary 1001000 101011 11011110 1000100 1010001 0 1101 11111010 1001001 110100

Color Harmonies of #482BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482BDE

Black with #482BDE

Text Example


Text Example

White with #482BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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