Html Css Color HEX #482DFF Han Purple

📋 copy color: '#482DFF'

red 72 ◦ green 45 ◦ blue 255

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

Shades of Han Purple #482DFF

Tints of Han Purple #482DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.55%

R = 19.35%
G = 12.1%
B = 68.55%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#482DFF (or 0x482DFF) is known color: Han Purple. HEX triplet: 48, 2D and FF. RGB value is (72,45,255). Sum of RGB (Red+Green+Blue) = 72+45+255=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 255 (100% from 255 or 68.55% from 372); Max value from RGB is 255 - color contains mainly: blue. Hex color #482DFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482DFF is #B7D200. Grayscale: #4C4C4C. Windows color (decimal): -12046849 or 16723272. OLE color: 16723272.

HSL color Cylindrical-coordinate representation of color #482DFF: hue angle of 247.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #482DFF is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 45 255 -
CMYK 0.72 0.82 0 0
HSL 247.71º 1% 0.59% -
HSV(B) 247.71º 0.82% 1% -
XYZ 21.66 10.47 95.49 -
YUV 77.01 228.45 124.42 -
System Red Green Blue C M Y K H S L
Decimal 72 45 255 0.72 0.82 0 0 247.71 1 0.59
Hex 48 2D FF 48 52 0 0 F8 64 3B
Octal 110 55 377 110 122 0 0 370 144 73
Binary 1001000 101101 11111111 1001000 1010010 0 0 11111000 1100100 111011

Color Harmonies of #482DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482DFF

Black with #482DFF

Text Example


Text Example

White with #482DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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