Html Css Color HEX #482FDD Han Purple

📋 copy color: '#482FDD'

red 72 ◦ green 47 ◦ blue 221

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

Shades of Han Purple #482FDD

Tints of Han Purple #482FDD

RGB

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

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

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

R = 21.18%
G = 13.82%
B = 65%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#482FDD (or 0x482FDD) is known color: Han Purple. HEX triplet: 48, 2F and DD. RGB value is (72,47,221). Sum of RGB (Red+Green+Blue) = 72+47+221=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 47 (18.75% from 255 or 13.82% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #482FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482FDD is #B7D022. Grayscale: #494949. Windows color (decimal): -12046371 or 14495560. OLE color: 14495560.

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

Color convert

RGB 72 47 221 -
CMYK 0.67 0.79 0 0.13
HSL 248.62º 0.72% 0.53% -
HSV(B) 248.62º 0.79% 0.87% -
XYZ 16.74 8.63 69.19 -
YUV 74.31 210.78 126.35 -
System Red Green Blue C M Y K H S L
Decimal 72 47 221 0.67 0.79 0 0.13 248.62 0.72 0.53
Hex 48 2F DD 43 4F 0 D F9 48 35
Octal 110 57 335 103 117 0 15 371 110 65
Binary 1001000 101111 11011101 1000011 1001111 0 1101 11111001 1001000 110101

Color Harmonies of #482FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FDD

Black with #482FDD

Text Example


Text Example

White with #482FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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