Html Css Color HEX #482FDA Han Purple

📋 copy color: '#482FDA'

red 72 ◦ green 47 ◦ blue 218

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

Shades of Han Purple #482FDA

Tints of Han Purple #482FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 64.69%

R = 21.36%
G = 13.95%
B = 64.69%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#482FDA (or 0x482FDA) is known color: Han Purple. HEX triplet: 48, 2F and DA. RGB value is (72,47,218). Sum of RGB (Red+Green+Blue) = 72+47+218=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #482FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482FDA is #B7D025. Grayscale: #494949. Windows color (decimal): -12046374 or 14298952. OLE color: 14298952.

HSL color Cylindrical-coordinate representation of color #482FDA: hue angle of 248.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #482FDA is Cyan = 0.67, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 47 218 -
CMYK 0.67 0.78 0 0.15
HSL 248.77º 0.7% 0.52% -
HSV(B) 248.77º 0.78% 0.85% -
XYZ 16.34 8.47 67.1 -
YUV 73.97 209.28 126.6 -
System Red Green Blue C M Y K H S L
Decimal 72 47 218 0.67 0.78 0 0.15 248.77 0.7 0.52
Hex 48 2F DA 43 4E 0 F F9 46 34
Octal 110 57 332 103 116 0 17 371 106 64
Binary 1001000 101111 11011010 1000011 1001110 0 1111 11111001 1000110 110100

Color Harmonies of #482FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482FDA

Black with #482FDA

Text Example


Text Example

White with #482FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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