Html Css Color HEX #4115FD Han Purple

📋 copy color: '#4115FD'

red 65 ◦ green 21 ◦ blue 253

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

Shades of Han Purple #4115FD

Tints of Han Purple #4115FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.19%

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

R = 19.17%
G = 6.19%
B = 74.63%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4115FD (or 0x4115FD) is known color: Han Purple. HEX triplet: 41, 15 and FD. RGB value is (65,21,253). Sum of RGB (Red+Green+Blue) = 65+21+253=339 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.17% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 253 (99.22% from 255 or 74.63% from 339); Max value from RGB is 253 - color contains mainly: blue. Hex color #4115FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4115FD is #BEEA02. Grayscale: #3B3B3B. Windows color (decimal): -12511747 or 16586049. OLE color: 16586049.

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

Color convert

RGB 65 21 253 -
CMYK 0.74 0.92 0 0.01
HSL 251.38º 0.98% 0.54% -
HSV(B) 251.38º 0.92% 0.99% -
XYZ 20.18 8.75 93.55 -
YUV 60.6 236.58 131.14 -
System Red Green Blue C M Y K H S L
Decimal 65 21 253 0.74 0.92 0 0.01 251.38 0.98 0.54
Hex 41 15 FD 4A 5C 0 1 FB 62 36
Octal 101 25 375 112 134 0 1 373 142 66
Binary 1000001 10101 11111101 1001010 1011100 0 1 11111011 1100010 110110

Color Harmonies of #4115FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4115FD

Black with #4115FD

Text Example


Text Example

White with #4115FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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