Html Css Color HEX #4120FF Han Purple

📋 copy color: '#4120FF'

red 65 ◦ green 32 ◦ blue 255

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

Shades of Han Purple #4120FF

Tints of Han Purple #4120FF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.09%

 BLUE value IS 255 (100% from 255) = 72.44%

R = 18.47%
G = 9.09%
B = 72.44%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4120FF (or 0x4120FF) is known color: Han Purple. HEX triplet: 41, 20 and FF. RGB value is (65,32,255). Sum of RGB (Red+Green+Blue) = 65+32+255=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #4120FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4120FF is #BEDF00. Grayscale: #424242. Windows color (decimal): -12508929 or 16719937. OLE color: 16719937.

HSL color Cylindrical-coordinate representation of color #4120FF: hue angle of 248.88º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4120FF is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 32 255 -
CMYK 0.75 0.87 0 0
HSL 248.88º 1% 0.56% -
HSV(B) 248.88º 0.87% 1% -
XYZ 20.75 9.38 95.32 -
YUV 67.29 233.93 126.37 -
System Red Green Blue C M Y K H S L
Decimal 65 32 255 0.75 0.87 0 0 248.88 1 0.56
Hex 41 20 FF 4B 57 0 0 F9 64 38
Octal 101 40 377 113 127 0 0 371 144 70
Binary 1000001 100000 11111111 1001011 1010111 0 0 11111001 1100100 111000

Color Harmonies of #4120FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4120FF

Black with #4120FF

Text Example


Text Example

White with #4120FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4120FF; }

 p { color: rgb(65,32,255); }

 H1.HeaderClassName
 {
   color: #4120FF;
 }
 .AnyTagClassName
 {
   color: #4120FF;
 }
</style>

background-color css

<style>
 a { background-color: #4120FF; }

 a { background-color: rgb(65,32,255); }

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

border-color css

<style>
 span { border-color: #4120FF; }

 span { border-color: rgb(65,32,255); }

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