Html Css Color HEX #4115FA Han Purple

📋 copy color: '#4115FA'

red 65 ◦ green 21 ◦ blue 250

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

Shades of Han Purple #4115FA

Tints of Han Purple #4115FA

RGB

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

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

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

R = 19.35%
G = 6.25%
B = 74.4%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4115FA (or 0x4115FA) is known color: Han Purple. HEX triplet: 41, 15 and FA. RGB value is (65,21,250). Sum of RGB (Red+Green+Blue) = 65+21+250=336 (44% of max value = 765). Red value is 65 (25.78% from 255 or 19.35% from 336); Green value is 21 (8.59% from 255 or 6.25% from 336); Blue value is 250 (98.05% from 255 or 74.40% from 336); Max value from RGB is 250 - color contains mainly: blue. Hex color #4115FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4115FA is #BEEA05. Grayscale: #3B3B3B. Windows color (decimal): -12511750 or 16389441. OLE color: 16389441.

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

Color convert

RGB 65 21 250 -
CMYK 0.74 0.92 0 0.02
HSL 251.53º 0.96% 0.53% -
HSV(B) 251.53º 0.92% 0.98% -
XYZ 19.7 8.56 91.06 -
YUV 60.26 235.08 131.38 -
System Red Green Blue C M Y K H S L
Decimal 65 21 250 0.74 0.92 0 0.02 251.53 0.96 0.53
Hex 41 15 FA 4A 5C 0 2 FC 60 35
Octal 101 25 372 112 134 0 2 374 140 65
Binary 1000001 10101 11111010 1001010 1011100 0 10 11111100 1100000 110101

Color Harmonies of #4115FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4115FA

Black with #4115FA

Text Example


Text Example

White with #4115FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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