Html Css Color HEX #482CDD Han Purple

📋 copy color: '#482CDD'

red 72 ◦ green 44 ◦ blue 221

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

Shades of Han Purple #482CDD

Tints of Han Purple #482CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.58%

R = 21.36%
G = 13.06%
B = 65.58%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#482CDD (or 0x482CDD) is known color: Han Purple. HEX triplet: 48, 2C and DD. RGB value is (72,44,221). Sum of RGB (Red+Green+Blue) = 72+44+221=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 221 (86.72% from 255 or 65.58% from 337); Max value from RGB is 221 - color contains mainly: blue. Hex color #482CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CDD is #B7D322. Grayscale: #474747. Windows color (decimal): -12047139 or 14494792. OLE color: 14494792.

HSL color Cylindrical-coordinate representation of color #482CDD: hue angle of 249.49º degrees, saturation: 0.72, 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 #482CDD is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 44 221 -
CMYK 0.67 0.80 0 0.13
HSL 249.49º 0.72% 0.52% -
HSV(B) 249.49º 0.8% 0.87% -
XYZ 16.62 8.4 69.15 -
YUV 72.55 211.78 127.61 -
System Red Green Blue C M Y K H S L
Decimal 72 44 221 0.67 0.80 0 0.13 249.49 0.72 0.52
Hex 48 2C DD 43 50 0 D F9 48 34
Octal 110 54 335 103 120 0 15 371 110 64
Binary 1001000 101100 11011101 1000011 1010000 0 1101 11111001 1001000 110100

Color Harmonies of #482CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CDD

Black with #482CDD

Text Example


Text Example

White with #482CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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