Html Css Color HEX #4126EF Han Purple

📋 copy color: '#4126EF'

red 65 ◦ green 38 ◦ blue 239

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

Shades of Han Purple #4126EF

Tints of Han Purple #4126EF

RGB

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

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

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

R = 19.01%
G = 11.11%
B = 69.88%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4126EF (or 0x4126EF) is known color: Han Purple. HEX triplet: 41, 26 and EF. RGB value is (65,38,239). Sum of RGB (Red+Green+Blue) = 65+38+239=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #4126EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4126EF is #BED910. Grayscale: #444444. Windows color (decimal): -12507409 or 15672897. OLE color: 15672897.

HSL color Cylindrical-coordinate representation of color #4126EF: hue angle of 248.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4126EF is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 65 38 239 -
CMYK 0.73 0.84 0 0.06
HSL 248.06º 0.86% 0.54% -
HSV(B) 248.06º 0.84% 0.94% -
XYZ 18.45 8.74 82.38 -
YUV 68.99 223.95 125.16 -
System Red Green Blue C M Y K H S L
Decimal 65 38 239 0.73 0.84 0 0.06 248.06 0.86 0.54
Hex 41 26 EF 49 54 0 6 F8 56 36
Octal 101 46 357 111 124 0 6 370 126 66
Binary 1000001 100110 11101111 1001001 1010100 0 110 11111000 1010110 110110

Color Harmonies of #4126EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4126EF

Black with #4126EF

Text Example


Text Example

White with #4126EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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