Html Css Color HEX #4126FF Han Purple

📋 copy color: '#4126FF'

red 65 ◦ green 38 ◦ blue 255

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

Shades of Han Purple #4126FF

Tints of Han Purple #4126FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 71.23%

R = 18.16%
G = 10.61%
B = 71.23%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4126FF (or 0x4126FF) is known color: Han Purple. HEX triplet: 41, 26 and FF. RGB value is (65,38,255). Sum of RGB (Red+Green+Blue) = 65+38+255=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 38 (15.23% from 255 or 10.61% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #4126FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4126FF is #BED900. Grayscale: #454545. Windows color (decimal): -12507393 or 16721473. OLE color: 16721473.

HSL color Cylindrical-coordinate representation of color #4126FF: hue angle of 247.47º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4126FF is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 38 255 -
CMYK 0.75 0.85 0 0
HSL 247.47º 1% 0.57% -
HSV(B) 247.47º 0.85% 1% -
XYZ 20.92 9.73 95.38 -
YUV 70.81 231.95 123.86 -
System Red Green Blue C M Y K H S L
Decimal 65 38 255 0.75 0.85 0 0 247.47 1 0.57
Hex 41 26 FF 4B 55 0 0 F7 64 39
Octal 101 46 377 113 125 0 0 367 144 71
Binary 1000001 100110 11111111 1001011 1010101 0 0 11110111 1100100 111001

Color Harmonies of #4126FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4126FF

Black with #4126FF

Text Example


Text Example

White with #4126FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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