Html Css Color HEX #481BFD Han Purple

📋 copy color: '#481BFD'

red 72 ◦ green 27 ◦ blue 253

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

Shades of Han Purple #481BFD

Tints of Han Purple #481BFD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.67%

 BLUE value IS 253 (99.22% from 255) = 71.88%

R = 20.45%
G = 7.67%
B = 71.88%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#481BFD (or 0x481BFD) is known color: Han Purple. HEX triplet: 48, 1B and FD. RGB value is (72,27,253). Sum of RGB (Red+Green+Blue) = 72+27+253=352 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.45% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 253 (99.22% from 255 or 71.88% from 352); Max value from RGB is 253 - color contains mainly: blue. Hex color #481BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #481BFD is #B7E402. Grayscale: #414141. Windows color (decimal): -12051459 or 16587592. OLE color: 16587592.

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

Color convert

RGB 72 27 253 -
CMYK 0.72 0.89 0 0.01
HSL 251.95º 0.98% 0.55% -
HSV(B) 251.95º 0.89% 0.99% -
XYZ 20.79 9.25 93.62 -
YUV 66.22 233.41 132.12 -
System Red Green Blue C M Y K H S L
Decimal 72 27 253 0.72 0.89 0 0.01 251.95 0.98 0.55
Hex 48 1B FD 48 59 0 1 FC 62 37
Octal 110 33 375 110 131 0 1 374 142 67
Binary 1001000 11011 11111101 1001000 1011001 0 1 11111100 1100010 110111

Color Harmonies of #481BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481BFD

Black with #481BFD

Text Example


Text Example

White with #481BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,27,253); }

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

background-color css

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

 a { background-color: rgb(72,27,253); }

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

border-color css

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

 span { border-color: rgb(72,27,253); }

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