Html Css Color HEX #4124FC Han Purple

📋 copy color: '#4124FC'

red 65 ◦ green 36 ◦ blue 252

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

Shades of Han Purple #4124FC

Tints of Han Purple #4124FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.39%

R = 18.41%
G = 10.2%
B = 71.39%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4124FC (or 0x4124FC) is known color: Han Purple. HEX triplet: 41, 24 and FC. RGB value is (65,36,252). Sum of RGB (Red+Green+Blue) = 65+36+252=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 252 (98.83% from 255 or 71.39% from 353); Max value from RGB is 252 - color contains mainly: blue. Hex color #4124FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4124FC is #BEDB03. Grayscale: #444444. Windows color (decimal): -12507908 or 16524353. OLE color: 16524353.

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

Color convert

RGB 65 36 252 -
CMYK 0.74 0.86 0 0.01
HSL 248.06º 0.97% 0.56% -
HSV(B) 248.06º 0.86% 0.99% -
XYZ 20.38 9.41 92.84 -
YUV 69.3 231.11 124.94 -
System Red Green Blue C M Y K H S L
Decimal 65 36 252 0.74 0.86 0 0.01 248.06 0.97 0.56
Hex 41 24 FC 4A 56 0 1 F8 61 38
Octal 101 44 374 112 126 0 1 370 141 70
Binary 1000001 100100 11111100 1001010 1010110 0 1 11111000 1100001 111000

Color Harmonies of #4124FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4124FC

Black with #4124FC

Text Example


Text Example

White with #4124FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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