Html Css Color HEX #4119FB Han Purple

📋 copy color: '#4119FB'

red 65 ◦ green 25 ◦ blue 251

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

Shades of Han Purple #4119FB

Tints of Han Purple #4119FB

RGB

 RED value IS 65 (25.78% from 255) = 19.06%

 GREEN value IS 25 (10.16% from 255) = 7.33%

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

R = 19.06%
G = 7.33%
B = 73.61%

CMYK

 C value IS 0.74

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4119FB (or 0x4119FB) is known color: Han Purple. HEX triplet: 41, 19 and FB. RGB value is (65,25,251). Sum of RGB (Red+Green+Blue) = 65+25+251=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #4119FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4119FB is #BEE604. Grayscale: #3D3D3D. Windows color (decimal): -12510725 or 16456001. OLE color: 16456001.

HSL color Cylindrical-coordinate representation of color #4119FB: hue angle of 250.62º 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 #4119FB is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 25 251 -
CMYK 0.74 0.90 0 0.02
HSL 250.62º 0.97% 0.54% -
HSV(B) 250.62º 0.9% 0.98% -
XYZ 19.94 8.78 91.91 -
YUV 62.72 234.25 129.62 -
System Red Green Blue C M Y K H S L
Decimal 65 25 251 0.74 0.90 0 0.02 250.62 0.97 0.54
Hex 41 19 FB 4A 5A 0 2 FB 61 36
Octal 101 31 373 112 132 0 2 373 141 66
Binary 1000001 11001 11111011 1001010 1011010 0 10 11111011 1100001 110110

Color Harmonies of #4119FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4119FB

Black with #4119FB

Text Example


Text Example

White with #4119FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4119FB; }

 p { color: rgb(65,25,251); }

 H1.HeaderClassName
 {
   color: #4119FB;
 }
 .AnyTagClassName
 {
   color: #4119FB;
 }
</style>

background-color css

<style>
 a { background-color: #4119FB; }

 a { background-color: rgb(65,25,251); }

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

border-color css

<style>
 span { border-color: #4119FB; }

 span { border-color: rgb(65,25,251); }

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