Html Css Color HEX #480BED Han Purple

📋 copy color: '#480BED'

red 72 ◦ green 11 ◦ blue 237

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

Shades of Han Purple #480BED

Tints of Han Purple #480BED

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.44%

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

R = 22.5%
G = 3.44%
B = 74.06%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#480BED (or 0x480BED) is known color: Han Purple. HEX triplet: 48, 0B and ED. RGB value is (72,11,237). Sum of RGB (Red+Green+Blue) = 72+11+237=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #480BED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480BED is #B7F412. Grayscale: #363636. Windows color (decimal): -12055571 or 15534920. OLE color: 15534920.

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

Color convert

RGB 72 11 237 -
CMYK 0.70 0.95 0 0.07
HSL 256.19º 0.91% 0.49% -
HSV(B) 256.19º 0.95% 0.93% -
XYZ 18.08 7.73 80.66 -
YUV 55 230.71 140.12 -
System Red Green Blue C M Y K H S L
Decimal 72 11 237 0.70 0.95 0 0.07 256.19 0.91 0.49
Hex 48 B ED 46 5F 0 7 100 5B 31
Octal 110 13 355 106 137 0 7 400 133 61
Binary 1001000 1011 11101101 1000110 1011111 0 111 100000000 1011011 110001

Color Harmonies of #480BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480BED

Black with #480BED

Text Example


Text Example

White with #480BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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