Html Css Color HEX #480CFA Han Purple

📋 copy color: '#480CFA'

red 72 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #480CFA

Tints of Han Purple #480CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.85%

R = 21.56%
G = 3.59%
B = 74.85%

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

#480CFA (or 0x480CFA) is known color: Han Purple. HEX triplet: 48, 0C and FA. RGB value is (72,12,250). Sum of RGB (Red+Green+Blue) = 72+12+250=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #480CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #480CFA is #B7F305. Grayscale: #383838. Windows color (decimal): -12055302 or 16387144. OLE color: 16387144.

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

Color convert

RGB 72 12 250 -
CMYK 0.71 0.95 0 0.02
HSL 255.13º 0.96% 0.51% -
HSV(B) 255.13º 0.95% 0.98% -
XYZ 20.06 8.54 91.03 -
YUV 57.07 236.88 138.65 -
System Red Green Blue C M Y K H S L
Decimal 72 12 250 0.71 0.95 0 0.02 255.13 0.96 0.51
Hex 48 C FA 47 5F 0 2 FF 60 33
Octal 110 14 372 107 137 0 2 377 140 63
Binary 1001000 1100 11111010 1000111 1011111 0 10 11111111 1100000 110011

Color Harmonies of #480CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480CFA

Black with #480CFA

Text Example


Text Example

White with #480CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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