Html Css Color HEX #4129FD Han Purple

📋 copy color: '#4129FD'

red 65 ◦ green 41 ◦ blue 253

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

Shades of Han Purple #4129FD

Tints of Han Purple #4129FD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.42%

 BLUE value IS 253 (99.22% from 255) = 70.47%

R = 18.11%
G = 11.42%
B = 70.47%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4129FD (or 0x4129FD) is known color: Han Purple. HEX triplet: 41, 29 and FD. RGB value is (65,41,253). Sum of RGB (Red+Green+Blue) = 65+41+253=359 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.11% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #4129FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4129FD is #BED602. Grayscale: #474747. Windows color (decimal): -12506627 or 16591169. OLE color: 16591169.

HSL color Cylindrical-coordinate representation of color #4129FD: hue angle of 246.79º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4129FD is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 41 253 -
CMYK 0.74 0.84 0 0.01
HSL 246.79º 0.98% 0.58% -
HSV(B) 246.79º 0.84% 0.99% -
XYZ 20.7 9.8 93.73 -
YUV 72.34 229.95 122.76 -
System Red Green Blue C M Y K H S L
Decimal 65 41 253 0.74 0.84 0 0.01 246.79 0.98 0.58
Hex 41 29 FD 4A 54 0 1 F7 62 3A
Octal 101 51 375 112 124 0 1 367 142 72
Binary 1000001 101001 11111101 1001010 1010100 0 1 11110111 1100010 111010

Color Harmonies of #4129FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4129FD

Black with #4129FD

Text Example


Text Example

White with #4129FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4129FD; }

 p { color: rgb(65,41,253); }

 H1.HeaderClassName
 {
   color: #4129FD;
 }
 .AnyTagClassName
 {
   color: #4129FD;
 }
</style>

background-color css

<style>
 a { background-color: #4129FD; }

 a { background-color: rgb(65,41,253); }

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

border-color css

<style>
 span { border-color: #4129FD; }

 span { border-color: rgb(65,41,253); }

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