Html Css Color HEX #4126EC Han Purple

📋 copy color: '#4126EC'

red 65 ◦ green 38 ◦ blue 236

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

Shades of Han Purple #4126EC

Tints of Han Purple #4126EC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.21%

 BLUE value IS 236 (92.58% from 255) = 69.62%

R = 19.17%
G = 11.21%
B = 69.62%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4126EC (or 0x4126EC) is known color: Han Purple. HEX triplet: 41, 26 and EC. RGB value is (65,38,236). Sum of RGB (Red+Green+Blue) = 65+38+236=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #4126EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4126EC is #BED913. Grayscale: #434343. Windows color (decimal): -12507412 or 15476289. OLE color: 15476289.

HSL color Cylindrical-coordinate representation of color #4126EC: hue angle of 248.18º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4126EC is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 38 236 -
CMYK 0.72 0.84 0 0.07
HSL 248.18º 0.84% 0.54% -
HSV(B) 248.18º 0.84% 0.93% -
XYZ 18.01 8.57 80.06 -
YUV 68.65 222.45 125.4 -
System Red Green Blue C M Y K H S L
Decimal 65 38 236 0.72 0.84 0 0.07 248.18 0.84 0.54
Hex 41 26 EC 48 54 0 7 F8 54 36
Octal 101 46 354 110 124 0 7 370 124 66
Binary 1000001 100110 11101100 1001000 1010100 0 111 11111000 1010100 110110

Color Harmonies of #4126EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4126EC

Black with #4126EC

Text Example


Text Example

White with #4126EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4126EC; }

 p { color: rgb(65,38,236); }

 H1.HeaderClassName
 {
   color: #4126EC;
 }
 .AnyTagClassName
 {
   color: #4126EC;
 }
</style>

background-color css

<style>
 a { background-color: #4126EC; }

 a { background-color: rgb(65,38,236); }

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

border-color css

<style>
 span { border-color: #4126EC; }

 span { border-color: rgb(65,38,236); }

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