Html Css Color HEX #481CFA Han Purple

📋 copy color: '#481CFA'

red 72 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #481CFA

Tints of Han Purple #481CFA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8%

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

R = 20.57%
G = 8%
B = 71.43%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#481CFA (or 0x481CFA) is known color: Han Purple. HEX triplet: 48, 1C and FA. RGB value is (72,28,250). Sum of RGB (Red+Green+Blue) = 72+28+250=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #481CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481CFA is #B7E305. Grayscale: #414141. Windows color (decimal): -12051206 or 16391240. OLE color: 16391240.

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

Color convert

RGB 72 28 250 -
CMYK 0.71 0.89 0 0.02
HSL 251.89º 0.96% 0.55% -
HSV(B) 251.89º 0.89% 0.98% -
XYZ 20.34 9.11 91.13 -
YUV 66.46 231.58 131.95 -
System Red Green Blue C M Y K H S L
Decimal 72 28 250 0.71 0.89 0 0.02 251.89 0.96 0.55
Hex 48 1C FA 47 59 0 2 FC 60 37
Octal 110 34 372 107 131 0 2 374 140 67
Binary 1001000 11100 11111010 1000111 1011001 0 10 11111100 1100000 110111

Color Harmonies of #481CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481CFA

Black with #481CFA

Text Example


Text Example

White with #481CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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