Html Css Color HEX #4124FB Han Purple

📋 copy color: '#4124FB'

red 65 ◦ green 36 ◦ blue 251

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

Shades of Han Purple #4124FB

Tints of Han Purple #4124FB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.23%

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

R = 18.47%
G = 10.23%
B = 71.31%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4124FB (or 0x4124FB) is known color: Han Purple. HEX triplet: 41, 24 and FB. RGB value is (65,36,251). Sum of RGB (Red+Green+Blue) = 65+36+251=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #4124FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4124FB is #BEDB04. Grayscale: #444444. Windows color (decimal): -12507909 or 16458817. OLE color: 16458817.

HSL color Cylindrical-coordinate representation of color #4124FB: hue angle of 248.09º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4124FB is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 36 251 -
CMYK 0.74 0.86 0 0.02
HSL 248.09º 0.96% 0.56% -
HSV(B) 248.09º 0.86% 0.98% -
XYZ 20.22 9.35 92.01 -
YUV 69.18 230.61 125.02 -
System Red Green Blue C M Y K H S L
Decimal 65 36 251 0.74 0.86 0 0.02 248.09 0.96 0.56
Hex 41 24 FB 4A 56 0 2 F8 60 38
Octal 101 44 373 112 126 0 2 370 140 70
Binary 1000001 100100 11111011 1001010 1010110 0 10 11111000 1100000 111000

Color Harmonies of #4124FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124FB

Black with #4124FB

Text Example


Text Example

White with #4124FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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