Html Css Color HEX #482CDF Han Purple

📋 copy color: '#482CDF'

red 72 ◦ green 44 ◦ blue 223

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

Shades of Han Purple #482CDF

Tints of Han Purple #482CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 21.24%
G = 12.98%
B = 65.78%

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

#482CDF (or 0x482CDF) is known color: Han Purple. HEX triplet: 48, 2C and DF. RGB value is (72,44,223). Sum of RGB (Red+Green+Blue) = 72+44+223=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #482CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482CDF is #B7D320. Grayscale: #484848. Windows color (decimal): -12047137 or 14625864. OLE color: 14625864.

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

Color convert

RGB 72 44 223 -
CMYK 0.68 0.80 0 0.13
HSL 249.39º 0.74% 0.52% -
HSV(B) 249.39º 0.8% 0.87% -
XYZ 16.89 8.51 70.56 -
YUV 72.78 212.78 127.45 -
System Red Green Blue C M Y K H S L
Decimal 72 44 223 0.68 0.80 0 0.13 249.39 0.74 0.52
Hex 48 2C DF 44 50 0 D F9 4A 34
Octal 110 54 337 104 120 0 15 371 112 64
Binary 1001000 101100 11011111 1000100 1010000 0 1101 11111001 1001010 110100

Color Harmonies of #482CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CDF

Black with #482CDF

Text Example


Text Example

White with #482CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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