Html Css Color HEX #4311FC Han Purple

📋 copy color: '#4311FC'

red 67 ◦ green 17 ◦ blue 252

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

Shades of Han Purple #4311FC

Tints of Han Purple #4311FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 75%

R = 19.94%
G = 5.06%
B = 75%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4311FC (or 0x4311FC) is known color: Han Purple. HEX triplet: 43, 11 and FC. RGB value is (67,17,252). Sum of RGB (Red+Green+Blue) = 67+17+252=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #4311FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4311FC is #BCEE03. Grayscale: #393939. Windows color (decimal): -12381700 or 16519491. OLE color: 16519491.

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

Color convert

RGB 67 17 252 -
CMYK 0.73 0.93 0 0.01
HSL 252.77º 0.98% 0.53% -
HSV(B) 252.77º 0.93% 0.99% -
XYZ 20.09 8.62 92.7 -
YUV 58.74 237.07 133.89 -
System Red Green Blue C M Y K H S L
Decimal 67 17 252 0.73 0.93 0 0.01 252.77 0.98 0.53
Hex 43 11 FC 49 5D 0 1 FD 62 35
Octal 103 21 374 111 135 0 1 375 142 65
Binary 1000011 10001 11111100 1001001 1011101 0 1 11111101 1100010 110101

Color Harmonies of #4311FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4311FC

Black with #4311FC

Text Example


Text Example

White with #4311FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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