Html Css Color HEX #4A1AFB Han Purple

📋 copy color: '#4A1AFB'

red 74 ◦ green 26 ◦ blue 251

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

Shades of Han Purple #4A1AFB

Tints of Han Purple #4A1AFB

RGB

 RED value IS 74 (29.3% from 255) = 21.08%

 GREEN value IS 26 (10.55% from 255) = 7.41%

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

R = 21.08%
G = 7.41%
B = 71.51%

CMYK

 C value IS 0.71

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4A1AFB (or 0x4A1AFB) is known color: Han Purple. HEX triplet: 4A, 1A and FB. RGB value is (74,26,251). Sum of RGB (Red+Green+Blue) = 74+26+251=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 251 (98.44% from 255 or 71.51% from 351); Max value from RGB is 251 - color contains mainly: blue. Hex color #4A1AFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4A1AFB is #B5E504. Grayscale: #414141. Windows color (decimal): -11920645 or 16456266. OLE color: 16456266.

HSL color Cylindrical-coordinate representation of color #4A1AFB: hue angle of 252.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A1AFB is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 26 251 -
CMYK 0.71 0.90 0 0.02
HSL 252.8º 0.97% 0.54% -
HSV(B) 252.8º 0.9% 0.98% -
XYZ 20.61 9.16 91.95 -
YUV 66 232.4 133.7 -
System Red Green Blue C M Y K H S L
Decimal 74 26 251 0.71 0.90 0 0.02 252.8 0.97 0.54
Hex 4A 1A FB 47 5A 0 2 FD 61 36
Octal 112 32 373 107 132 0 2 375 141 66
Binary 1001010 11010 11111011 1000111 1011010 0 10 11111101 1100001 110110

Color Harmonies of #4A1AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1AFB

Black with #4A1AFB

Text Example


Text Example

White with #4A1AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1AFB; }

 p { color: rgb(74,26,251); }

 H1.HeaderClassName
 {
   color: #4A1AFB;
 }
 .AnyTagClassName
 {
   color: #4A1AFB;
 }
</style>

background-color css

<style>
 a { background-color: #4A1AFB; }

 a { background-color: rgb(74,26,251); }

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

border-color css

<style>
 span { border-color: #4A1AFB; }

 span { border-color: rgb(74,26,251); }

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