Html Css Color HEX #4126FA Han Purple

📋 copy color: '#4126FA'

red 65 ◦ green 38 ◦ blue 250

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

Shades of Han Purple #4126FA

Tints of Han Purple #4126FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 70.82%

R = 18.41%
G = 10.76%
B = 70.82%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4126FA (or 0x4126FA) is known color: Han Purple. HEX triplet: 41, 26 and FA. RGB value is (65,38,250). Sum of RGB (Red+Green+Blue) = 65+38+250=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #4126FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4126FA is #BED905. Grayscale: #454545. Windows color (decimal): -12507398 or 16393793. OLE color: 16393793.

HSL color Cylindrical-coordinate representation of color #4126FA: hue angle of 247.64º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4126FA is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 65 38 250 -
CMYK 0.74 0.85 0 0.02
HSL 247.64º 0.95% 0.56% -
HSV(B) 247.64º 0.85% 0.98% -
XYZ 20.13 9.41 91.2 -
YUV 70.24 229.45 124.26 -
System Red Green Blue C M Y K H S L
Decimal 65 38 250 0.74 0.85 0 0.02 247.64 0.95 0.56
Hex 41 26 FA 4A 55 0 2 F8 5F 38
Octal 101 46 372 112 125 0 2 370 137 70
Binary 1000001 100110 11111010 1001010 1010101 0 10 11111000 1011111 111000

Color Harmonies of #4126FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4126FA

Black with #4126FA

Text Example


Text Example

White with #4126FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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