Html Css Color HEX #482BED Han Purple

📋 copy color: '#482BED'

red 72 ◦ green 43 ◦ blue 237

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

Shades of Han Purple #482BED

Tints of Han Purple #482BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.33%

R = 20.45%
G = 12.22%
B = 67.33%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#482BED (or 0x482BED) is known color: Han Purple. HEX triplet: 48, 2B and ED. RGB value is (72,43,237). Sum of RGB (Red+Green+Blue) = 72+43+237=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 237 (92.97% from 255 or 67.33% from 352); Max value from RGB is 237 - color contains mainly: blue. Hex color #482BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #482BED is #B7D412. Grayscale: #494949. Windows color (decimal): -12047379 or 15543112. OLE color: 15543112.

HSL color Cylindrical-coordinate representation of color #482BED: hue angle of 248.97º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #482BED is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 43 237 -
CMYK 0.70 0.82 0 0.07
HSL 248.97º 0.84% 0.55% -
HSV(B) 248.97º 0.82% 0.93% -
XYZ 18.82 9.22 80.91 -
YUV 73.79 220.11 126.73 -
System Red Green Blue C M Y K H S L
Decimal 72 43 237 0.70 0.82 0 0.07 248.97 0.84 0.55
Hex 48 2B ED 46 52 0 7 F9 54 37
Octal 110 53 355 106 122 0 7 371 124 67
Binary 1001000 101011 11101101 1000110 1010010 0 111 11111001 1010100 110111

Color Harmonies of #482BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482BED

Black with #482BED

Text Example


Text Example

White with #482BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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