Html Css Color HEX #482CEB Han Purple

📋 copy color: '#482CEB'

red 72 ◦ green 44 ◦ blue 235

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

Shades of Han Purple #482CEB

Tints of Han Purple #482CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.95%

R = 20.51%
G = 12.54%
B = 66.95%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#482CEB (or 0x482CEB) is known color: Han Purple. HEX triplet: 48, 2C and EB. RGB value is (72,44,235). Sum of RGB (Red+Green+Blue) = 72+44+235=351 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.51% from 351); Green value is 44 (17.58% from 255 or 12.54% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #482CEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482CEB is #B7D314. Grayscale: #494949. Windows color (decimal): -12047125 or 15412296. OLE color: 15412296.

HSL color Cylindrical-coordinate representation of color #482CEB: hue angle of 248.8º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #482CEB is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 44 235 -
CMYK 0.69 0.81 0 0.08
HSL 248.8º 0.83% 0.55% -
HSV(B) 248.8º 0.81% 0.92% -
XYZ 18.57 9.18 79.39 -
YUV 74.15 218.78 126.47 -
System Red Green Blue C M Y K H S L
Decimal 72 44 235 0.69 0.81 0 0.08 248.8 0.83 0.55
Hex 48 2C EB 45 51 0 8 F9 53 37
Octal 110 54 353 105 121 0 10 371 123 67
Binary 1001000 101100 11101011 1000101 1010001 0 1000 11111001 1010011 110111

Color Harmonies of #482CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482CEB

Black with #482CEB

Text Example


Text Example

White with #482CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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