Html Css Color HEX #4123F1 Han Purple

📋 copy color: '#4123F1'

red 65 ◦ green 35 ◦ blue 241

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

Shades of Han Purple #4123F1

Tints of Han Purple #4123F1

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.26%

 BLUE value IS 241 (94.53% from 255) = 70.67%

R = 19.06%
G = 10.26%
B = 70.67%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4123F1 (or 0x4123F1) is known color: Han Purple. HEX triplet: 41, 23 and F1. RGB value is (65,35,241). Sum of RGB (Red+Green+Blue) = 65+35+241=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 241 (94.53% from 255 or 70.67% from 341); Max value from RGB is 241 - color contains mainly: blue. Hex color #4123F1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4123F1 is #BEDC0E. Grayscale: #424242. Windows color (decimal): -12508175 or 15803201. OLE color: 15803201.

HSL color Cylindrical-coordinate representation of color #4123F1: hue angle of 248.74º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4123F1 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 35 241 -
CMYK 0.73 0.85 0 0.05
HSL 248.74º 0.88% 0.54% -
HSV(B) 248.74º 0.85% 0.95% -
XYZ 18.66 8.68 83.91 -
YUV 67.45 225.94 126.25 -
System Red Green Blue C M Y K H S L
Decimal 65 35 241 0.73 0.85 0 0.05 248.74 0.88 0.54
Hex 41 23 F1 49 55 0 5 F9 58 36
Octal 101 43 361 111 125 0 5 371 130 66
Binary 1000001 100011 11110001 1001001 1010101 0 101 11111001 1011000 110110

Color Harmonies of #4123F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4123F1

Black with #4123F1

Text Example


Text Example

White with #4123F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4123F1; }

 p { color: rgb(65,35,241); }

 H1.HeaderClassName
 {
   color: #4123F1;
 }
 .AnyTagClassName
 {
   color: #4123F1;
 }
</style>

background-color css

<style>
 a { background-color: #4123F1; }

 a { background-color: rgb(65,35,241); }

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

border-color css

<style>
 span { border-color: #4123F1; }

 span { border-color: rgb(65,35,241); }

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