Html Css Color HEX #482AED Han Purple

📋 copy color: '#482AED'

red 72 ◦ green 42 ◦ blue 237

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

Shades of Han Purple #482AED

Tints of Han Purple #482AED

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.97%

 BLUE value IS 237 (92.97% from 255) = 67.52%

R = 20.51%
G = 11.97%
B = 67.52%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#482AED (or 0x482AED) is known color: Han Purple. HEX triplet: 48, 2A and ED. RGB value is (72,42,237). Sum of RGB (Red+Green+Blue) = 72+42+237=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 42 (16.80% from 255 or 11.97% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #482AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482AED is #B7D512. Grayscale: #484848. Windows color (decimal): -12047635 or 15542856. OLE color: 15542856.

HSL color Cylindrical-coordinate representation of color #482AED: hue angle of 249.23º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #482AED is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 42 237 -
CMYK 0.70 0.82 0 0.07
HSL 249.23º 0.84% 0.55% -
HSV(B) 249.23º 0.82% 0.93% -
XYZ 18.79 9.15 80.9 -
YUV 73.2 220.44 127.14 -
System Red Green Blue C M Y K H S L
Decimal 72 42 237 0.70 0.82 0 0.07 249.23 0.84 0.55
Hex 48 2A ED 46 52 0 7 F9 54 37
Octal 110 52 355 106 122 0 7 371 124 67
Binary 1001000 101010 11101101 1000110 1010010 0 111 11111001 1010100 110111

Color Harmonies of #482AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482AED

Black with #482AED

Text Example


Text Example

White with #482AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,42,237); }

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

background-color css

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

 a { background-color: rgb(72,42,237); }

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

border-color css

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

 span { border-color: rgb(72,42,237); }

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