Html Css Color HEX #480CFB Han Purple

📋 copy color: '#480CFB'

red 72 ◦ green 12 ◦ blue 251

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

Shades of Han Purple #480CFB

Tints of Han Purple #480CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.58%

 BLUE value IS 251 (98.44% from 255) = 74.93%

R = 21.49%
G = 3.58%
B = 74.93%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#480CFB (or 0x480CFB) is known color: Han Purple. HEX triplet: 48, 0C and FB. RGB value is (72,12,251). Sum of RGB (Red+Green+Blue) = 72+12+251=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #480CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480CFB is #B7F304. Grayscale: #383838. Windows color (decimal): -12055301 or 16452680. OLE color: 16452680.

HSL color Cylindrical-coordinate representation of color #480CFB: hue angle of 255.06º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480CFB is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 12 251 -
CMYK 0.71 0.95 0 0.02
HSL 255.06º 0.97% 0.52% -
HSV(B) 255.06º 0.95% 0.98% -
XYZ 20.22 8.61 91.86 -
YUV 57.19 237.38 138.57 -
System Red Green Blue C M Y K H S L
Decimal 72 12 251 0.71 0.95 0 0.02 255.06 0.97 0.52
Hex 48 C FB 47 5F 0 2 FF 61 34
Octal 110 14 373 107 137 0 2 377 141 64
Binary 1001000 1100 11111011 1000111 1011111 0 10 11111111 1100001 110100

Color Harmonies of #480CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480CFB

Black with #480CFB

Text Example


Text Example

White with #480CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,12,251); }

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

background-color css

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

 a { background-color: rgb(72,12,251); }

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

border-color css

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

 span { border-color: rgb(72,12,251); }

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