Html Css Color HEX #4311FA Han Purple

📋 copy color: '#4311FA'

red 67 ◦ green 17 ◦ blue 250

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

Shades of Han Purple #4311FA

Tints of Han Purple #4311FA

RGB

 RED value IS 67 (26.56% from 255) = 20.06%

 GREEN value IS 17 (7.03% from 255) = 5.09%

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

R = 20.06%
G = 5.09%
B = 74.85%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4311FA (or 0x4311FA) is known color: Han Purple. HEX triplet: 43, 11 and FA. RGB value is (67,17,250). Sum of RGB (Red+Green+Blue) = 67+17+250=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #4311FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4311FA is #BCEE05. Grayscale: #393939. Windows color (decimal): -12381702 or 16388419. OLE color: 16388419.

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

Color convert

RGB 67 17 250 -
CMYK 0.73 0.93 0 0.02
HSL 252.88º 0.96% 0.52% -
HSV(B) 252.88º 0.93% 0.98% -
XYZ 19.77 8.5 91.04 -
YUV 58.51 236.07 134.05 -
System Red Green Blue C M Y K H S L
Decimal 67 17 250 0.73 0.93 0 0.02 252.88 0.96 0.52
Hex 43 11 FA 49 5D 0 2 FD 60 34
Octal 103 21 372 111 135 0 2 375 140 64
Binary 1000011 10001 11111010 1001001 1011101 0 10 11111101 1100000 110100

Color Harmonies of #4311FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4311FA

Black with #4311FA

Text Example


Text Example

White with #4311FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,17,250); }

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

background-color css

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

 a { background-color: rgb(67,17,250); }

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

border-color css

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

 span { border-color: rgb(67,17,250); }

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