Html Css Color HEX #4126EA Han Purple

📋 copy color: '#4126EA'

red 65 ◦ green 38 ◦ blue 234

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

Shades of Han Purple #4126EA

Tints of Han Purple #4126EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.44%

R = 19.29%
G = 11.28%
B = 69.44%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4126EA (or 0x4126EA) is known color: Han Purple. HEX triplet: 41, 26 and EA. RGB value is (65,38,234). Sum of RGB (Red+Green+Blue) = 65+38+234=337 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.29% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #4126EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4126EA is #BED915. Grayscale: #434343. Windows color (decimal): -12507414 or 15345217. OLE color: 15345217.

HSL color Cylindrical-coordinate representation of color #4126EA: hue angle of 248.27º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4126EA is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 38 234 -
CMYK 0.72 0.84 0 0.08
HSL 248.27º 0.82% 0.53% -
HSV(B) 248.27º 0.84% 0.92% -
XYZ 17.72 8.45 78.54 -
YUV 68.42 221.45 125.56 -
System Red Green Blue C M Y K H S L
Decimal 65 38 234 0.72 0.84 0 0.08 248.27 0.82 0.53
Hex 41 26 EA 48 54 0 8 F8 52 35
Octal 101 46 352 110 124 0 10 370 122 65
Binary 1000001 100110 11101010 1001000 1010100 0 1000 11111000 1010010 110101

Color Harmonies of #4126EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4126EA

Black with #4126EA

Text Example


Text Example

White with #4126EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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