Html Css Color HEX #311CFD Han Purple

📋 copy color: '#311CFD'

red 49 ◦ green 28 ◦ blue 253

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

Shades of Han Purple #311CFD

Tints of Han Purple #311CFD

RGB

 RED value IS 49 (19.53% from 255) = 14.85%

 GREEN value IS 28 (11.33% from 255) = 8.48%

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

R = 14.85%
G = 8.48%
B = 76.67%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#311CFD (or 0x311CFD) is known color: Han Purple. HEX triplet: 31, 1C and FD. RGB value is (49,28,253). Sum of RGB (Red+Green+Blue) = 49+28+253=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #311CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311CFD is #CEE302. Grayscale: #3B3B3B. Windows color (decimal): -13558531 or 16587825. OLE color: 16587825.

HSL color Cylindrical-coordinate representation of color #311CFD: hue angle of 245.6º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #311CFD is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 28 253 -
CMYK 0.81 0.89 0 0.01
HSL 245.6º 0.98% 0.55% -
HSV(B) 245.6º 0.89% 0.99% -
XYZ 19.41 8.58 93.56 -
YUV 59.93 236.96 120.2 -
System Red Green Blue C M Y K H S L
Decimal 49 28 253 0.81 0.89 0 0.01 245.6 0.98 0.55
Hex 31 1C FD 51 59 0 1 F6 62 37
Octal 61 34 375 121 131 0 1 366 142 67
Binary 110001 11100 11111101 1010001 1011001 0 1 11110110 1100010 110111

Color Harmonies of #311CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CFD

Black with #311CFD

Text Example


Text Example

White with #311CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311CFD; }

 p { color: rgb(49,28,253); }

 H1.HeaderClassName
 {
   color: #311CFD;
 }
 .AnyTagClassName
 {
   color: #311CFD;
 }
</style>

background-color css

<style>
 a { background-color: #311CFD; }

 a { background-color: rgb(49,28,253); }

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

border-color css

<style>
 span { border-color: #311CFD; }

 span { border-color: rgb(49,28,253); }

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