Html Css Color HEX #482EFF Han Purple

📋 copy color: '#482EFF'

red 72 ◦ green 46 ◦ blue 255

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

Shades of Han Purple #482EFF

Tints of Han Purple #482EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.33%

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

R = 19.3%
G = 12.33%
B = 68.36%

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

#482EFF (or 0x482EFF) is known color: Han Purple. HEX triplet: 48, 2E and FF. RGB value is (72,46,255). Sum of RGB (Red+Green+Blue) = 72+46+255=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #482EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482EFF is #B7D100. Grayscale: #4C4C4C. Windows color (decimal): -12046593 or 16723528. OLE color: 16723528.

HSL color Cylindrical-coordinate representation of color #482EFF: hue angle of 247.46º 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 #482EFF is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 46 255 -
CMYK 0.72 0.82 0 0
HSL 247.46º 1% 0.59% -
HSV(B) 247.46º 0.82% 1% -
XYZ 21.7 10.55 95.5 -
YUV 77.6 228.11 124.01 -
System Red Green Blue C M Y K H S L
Decimal 72 46 255 0.72 0.82 0 0 247.46 1 0.59
Hex 48 2E FF 48 52 0 0 F7 64 3B
Octal 110 56 377 110 122 0 0 367 144 73
Binary 1001000 101110 11111111 1001000 1010010 0 0 11110111 1100100 111011

Color Harmonies of #482EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482EFF

Black with #482EFF

Text Example


Text Example

White with #482EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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