Html Css Color HEX #311CDC Han Purple

📋 copy color: '#311CDC'

red 49 ◦ green 28 ◦ blue 220

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

Shades of Han Purple #311CDC

Tints of Han Purple #311CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 74.07%

R = 16.5%
G = 9.43%
B = 74.07%

CMYK

 C value IS 0.78

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#311CDC (or 0x311CDC) is known color: Han Purple. HEX triplet: 31, 1C and DC. RGB value is (49,28,220). Sum of RGB (Red+Green+Blue) = 49+28+220=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #311CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CDC is #CEE323. Grayscale: #373737. Windows color (decimal): -13558564 or 14425137. OLE color: 14425137.

HSL color Cylindrical-coordinate representation of color #311CDC: hue angle of 246.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311CDC is Cyan = 0.78, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 28 220 -
CMYK 0.78 0.87 0 0.14
HSL 246.56º 0.77% 0.49% -
HSV(B) 246.56º 0.87% 0.86% -
XYZ 14.6 6.65 68.22 -
YUV 56.17 220.46 122.89 -
System Red Green Blue C M Y K H S L
Decimal 49 28 220 0.78 0.87 0 0.14 246.56 0.77 0.49
Hex 31 1C DC 4E 57 0 E F7 4D 31
Octal 61 34 334 116 127 0 16 367 115 61
Binary 110001 11100 11011100 1001110 1010111 0 1110 11110111 1001101 110001

Color Harmonies of #311CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CDC

Black with #311CDC

Text Example


Text Example

White with #311CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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