Html Css Color HEX #482BEB Han Purple

📋 copy color: '#482BEB'

red 72 ◦ green 43 ◦ blue 235

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

Shades of Han Purple #482BEB

Tints of Han Purple #482BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.29%

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

R = 20.57%
G = 12.29%
B = 67.14%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#482BEB (or 0x482BEB) is known color: Han Purple. HEX triplet: 48, 2B and EB. RGB value is (72,43,235). Sum of RGB (Red+Green+Blue) = 72+43+235=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #482BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482BEB is #B7D414. Grayscale: #484848. Windows color (decimal): -12047381 or 15412040. OLE color: 15412040.

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

Color convert

RGB 72 43 235 -
CMYK 0.69 0.82 0 0.08
HSL 249.06º 0.83% 0.55% -
HSV(B) 249.06º 0.82% 0.92% -
XYZ 18.53 9.1 79.38 -
YUV 73.56 219.11 126.89 -
System Red Green Blue C M Y K H S L
Decimal 72 43 235 0.69 0.82 0 0.08 249.06 0.83 0.55
Hex 48 2B EB 45 52 0 8 F9 53 37
Octal 110 53 353 105 122 0 10 371 123 67
Binary 1001000 101011 11101011 1000101 1010010 0 1000 11111001 1010011 110111

Color Harmonies of #482BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482BEB

Black with #482BEB

Text Example


Text Example

White with #482BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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