Html Css Color HEX #4311FD Han Purple

📋 copy color: '#4311FD'

red 67 ◦ green 17 ◦ blue 253

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

Shades of Han Purple #4311FD

Tints of Han Purple #4311FD

RGB

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

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

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

R = 19.88%
G = 5.04%
B = 75.07%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4311FD (or 0x4311FD) is known color: Han Purple. HEX triplet: 43, 11 and FD. RGB value is (67,17,253). Sum of RGB (Red+Green+Blue) = 67+17+253=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #4311FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4311FD is #BCEE02. Grayscale: #393939. Windows color (decimal): -12381699 or 16585027. OLE color: 16585027.

HSL color Cylindrical-coordinate representation of color #4311FD: hue angle of 252.71º 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 #4311FD is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 67 17 253 -
CMYK 0.74 0.93 0 0.01
HSL 252.71º 0.98% 0.53% -
HSV(B) 252.71º 0.93% 0.99% -
XYZ 20.24 8.69 93.54 -
YUV 58.85 237.57 133.81 -
System Red Green Blue C M Y K H S L
Decimal 67 17 253 0.74 0.93 0 0.01 252.71 0.98 0.53
Hex 43 11 FD 4A 5D 0 1 FD 62 35
Octal 103 21 375 112 135 0 1 375 142 65
Binary 1000011 10001 11111101 1001010 1011101 0 1 11111101 1100010 110101

Color Harmonies of #4311FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4311FD

Black with #4311FD

Text Example


Text Example

White with #4311FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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