Html Css Color HEX #4413FA Han Purple

📋 copy color: '#4413FA'

red 68 ◦ green 19 ◦ blue 250

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

Shades of Han Purple #4413FA

Tints of Han Purple #4413FA

RGB

 RED value IS 68 (26.95% from 255) = 20.18%

 GREEN value IS 19 (7.81% from 255) = 5.64%

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

R = 20.18%
G = 5.64%
B = 74.18%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4413FA (or 0x4413FA) is known color: Han Purple. HEX triplet: 44, 13 and FA. RGB value is (68,19,250). Sum of RGB (Red+Green+Blue) = 68+19+250=337 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.18% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #4413FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4413FA is #BBEC05. Grayscale: #3B3B3B. Windows color (decimal): -12315654 or 16388932. OLE color: 16388932.

HSL color Cylindrical-coordinate representation of color #4413FA: hue angle of 252.73º 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 #4413FA is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 19 250 -
CMYK 0.73 0.92 0 0.02
HSL 252.73º 0.96% 0.53% -
HSV(B) 252.73º 0.92% 0.98% -
XYZ 19.87 8.6 91.05 -
YUV 59.99 235.23 133.72 -
System Red Green Blue C M Y K H S L
Decimal 68 19 250 0.73 0.92 0 0.02 252.73 0.96 0.53
Hex 44 13 FA 49 5C 0 2 FD 60 35
Octal 104 23 372 111 134 0 2 375 140 65
Binary 1000100 10011 11111010 1001001 1011100 0 10 11111101 1100000 110101

Color Harmonies of #4413FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4413FA

Black with #4413FA

Text Example


Text Example

White with #4413FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,19,250); }

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

background-color css

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

 a { background-color: rgb(68,19,250); }

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

border-color css

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

 span { border-color: rgb(68,19,250); }

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