Html Css Color HEX #482CFD Han Purple

📋 copy color: '#482CFD'

red 72 ◦ green 44 ◦ blue 253

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

Shades of Han Purple #482CFD

Tints of Han Purple #482CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.56%

R = 19.51%
G = 11.92%
B = 68.56%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#482CFD (or 0x482CFD) is known color: Han Purple. HEX triplet: 48, 2C and FD. RGB value is (72,44,253). Sum of RGB (Red+Green+Blue) = 72+44+253=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 44 (17.58% from 255 or 11.92% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #482CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482CFD is #B7D302. Grayscale: #4B4B4B. Windows color (decimal): -12047107 or 16591944. OLE color: 16591944.

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

Color convert

RGB 72 44 253 -
CMYK 0.72 0.83 0 0.01
HSL 248.04º 0.98% 0.58% -
HSV(B) 248.04º 0.83% 0.99% -
XYZ 21.3 10.27 93.79 -
YUV 76.2 227.78 125.01 -
System Red Green Blue C M Y K H S L
Decimal 72 44 253 0.72 0.83 0 0.01 248.04 0.98 0.58
Hex 48 2C FD 48 53 0 1 F8 62 3A
Octal 110 54 375 110 123 0 1 370 142 72
Binary 1001000 101100 11111101 1001000 1010011 0 1 11111000 1100010 111010

Color Harmonies of #482CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CFD

Black with #482CFD

Text Example


Text Example

White with #482CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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