Html Css Color HEX #4101EF Han Purple

📋 copy color: '#4101EF'

red 65 ◦ green 1 ◦ blue 239

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

Shades of Han Purple #4101EF

Tints of Han Purple #4101EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 239 (93.75% from 255) = 78.36%

R = 21.31%
G = 0.33%
B = 78.36%

CMYK

 C value IS 0.73

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4101EF (or 0x4101EF) is known color: Han Purple. HEX triplet: 41, 01 and EF. RGB value is (65,1,239). Sum of RGB (Red+Green+Blue) = 65+1+239=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 239 (93.75% from 255 or 78.36% from 305); Max value from RGB is 239 - color contains mainly: blue. Hex color #4101EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4101EF is #BEFE10. Grayscale: #2E2E2E. Windows color (decimal): -12516881 or 15663425. OLE color: 15663425.

HSL color Cylindrical-coordinate representation of color #4101EF: hue angle of 256.13º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4101EF is Cyan = 0.73, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 1 239 -
CMYK 0.73 1.00 0 0.06
HSL 256.13º 0.99% 0.47% -
HSV(B) 256.13º 1% 0.94% -
XYZ 17.77 7.38 82.15 -
YUV 47.27 236.2 140.65 -
System Red Green Blue C M Y K H S L
Decimal 65 1 239 0.73 1.00 0 0.06 256.13 0.99 0.47
Hex 41 1 EF 49 64 0 6 100 63 2F
Octal 101 1 357 111 144 0 6 400 143 57
Binary 1000001 1 11101111 1001001 1100100 0 110 100000000 1100011 101111

Color Harmonies of #4101EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4101EF

Black with #4101EF

Text Example


Text Example

White with #4101EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4101EF; }

 p { color: rgb(65,1,239); }

 H1.HeaderClassName
 {
   color: #4101EF;
 }
 .AnyTagClassName
 {
   color: #4101EF;
 }
</style>

background-color css

<style>
 a { background-color: #4101EF; }

 a { background-color: rgb(65,1,239); }

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

border-color css

<style>
 span { border-color: #4101EF; }

 span { border-color: rgb(65,1,239); }

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