Html Css Color HEX #482DDA Han Purple

📋 copy color: '#482DDA'

red 72 ◦ green 45 ◦ blue 218

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

Shades of Han Purple #482DDA

Tints of Han Purple #482DDA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.43%

 BLUE value IS 218 (85.55% from 255) = 65.07%

R = 21.49%
G = 13.43%
B = 65.07%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#482DDA (or 0x482DDA) is known color: Han Purple. HEX triplet: 48, 2D and DA. RGB value is (72,45,218). Sum of RGB (Red+Green+Blue) = 72+45+218=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #482DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482DDA is #B7D225. Grayscale: #484848. Windows color (decimal): -12046886 or 14298440. OLE color: 14298440.

HSL color Cylindrical-coordinate representation of color #482DDA: hue angle of 249.36º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482DDA is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 45 218 -
CMYK 0.67 0.79 0 0.15
HSL 249.36º 0.7% 0.52% -
HSV(B) 249.36º 0.79% 0.85% -
XYZ 16.27 8.32 67.08 -
YUV 72.8 209.95 127.43 -
System Red Green Blue C M Y K H S L
Decimal 72 45 218 0.67 0.79 0 0.15 249.36 0.7 0.52
Hex 48 2D DA 43 4F 0 F F9 46 34
Octal 110 55 332 103 117 0 17 371 106 64
Binary 1001000 101101 11011010 1000011 1001111 0 1111 11111001 1000110 110100

Color Harmonies of #482DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DDA

Black with #482DDA

Text Example


Text Example

White with #482DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,45,218); }

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

background-color css

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

 a { background-color: rgb(72,45,218); }

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

border-color css

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

 span { border-color: rgb(72,45,218); }

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