Html Css Color HEX #482FFE Han Purple

📋 copy color: '#482FFE'

red 72 ◦ green 47 ◦ blue 254

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

Shades of Han Purple #482FFE

Tints of Han Purple #482FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 68.1%

R = 19.3%
G = 12.6%
B = 68.1%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#482FFE (or 0x482FFE) is known color: Han Purple. HEX triplet: 48, 2F and FE. RGB value is (72,47,254). Sum of RGB (Red+Green+Blue) = 72+47+254=373 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.30% from 373); Green value is 47 (18.75% from 255 or 12.60% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #482FFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482FFE is #B7D001. Grayscale: #4D4D4D. Windows color (decimal): -12046338 or 16658248. OLE color: 16658248.

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

Color convert

RGB 72 47 254 -
CMYK 0.72 0.81 0 0.00
HSL 247.25º 0.99% 0.59% -
HSV(B) 247.25º 0.81% 1% -
XYZ 21.58 10.57 94.67 -
YUV 78.07 227.28 123.67 -
System Red Green Blue C M Y K H S L
Decimal 72 47 254 0.72 0.81 0 0.00 247.25 0.99 0.59
Hex 48 2F FE 48 51 0 0 F7 63 3B
Octal 110 57 376 110 121 0 0 367 143 73
Binary 1001000 101111 11111110 1001000 1010001 0 0 11110111 1100011 111011

Color Harmonies of #482FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FFE

Black with #482FFE

Text Example


Text Example

White with #482FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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