Html Css Color HEX #482CFE Han Purple

📋 copy color: '#482CFE'

red 72 ◦ green 44 ◦ blue 254

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

Shades of Han Purple #482CFE

Tints of Han Purple #482CFE

RGB

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

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

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

R = 19.46%
G = 11.89%
B = 68.65%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#482CFE (or 0x482CFE) is known color: Han Purple. HEX triplet: 48, 2C and FE. RGB value is (72,44,254). Sum of RGB (Red+Green+Blue) = 72+44+254=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 254 (99.61% from 255 or 68.65% from 370); Max value from RGB is 254 - color contains mainly: blue. Hex color #482CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482CFE is #B7D301. Grayscale: #4B4B4B. Windows color (decimal): -12047106 or 16657480. OLE color: 16657480.

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

Color convert

RGB 72 44 254 -
CMYK 0.72 0.83 0 0.00
HSL 248º 0.99% 0.58% -
HSV(B) 248º 0.83% 1% -
XYZ 21.46 10.33 94.63 -
YUV 76.31 228.28 124.92 -
System Red Green Blue C M Y K H S L
Decimal 72 44 254 0.72 0.83 0 0.00 248 0.99 0.58
Hex 48 2C FE 48 53 0 0 F8 63 3A
Octal 110 54 376 110 123 0 0 370 143 72
Binary 1001000 101100 11111110 1001000 1010011 0 0 11111000 1100011 111010

Color Harmonies of #482CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CFE

Black with #482CFE

Text Example


Text Example

White with #482CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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