Html Css Color HEX #311CE6 Han Purple

📋 copy color: '#311CE6'

red 49 ◦ green 28 ◦ blue 230

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

Shades of Han Purple #311CE6

Tints of Han Purple #311CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 74.92%

R = 15.96%
G = 9.12%
B = 74.92%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#311CE6 (or 0x311CE6) is known color: Han Purple. HEX triplet: 31, 1C and E6. RGB value is (49,28,230). Sum of RGB (Red+Green+Blue) = 49+28+230=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 230 (90.23% from 255 or 74.92% from 307); Max value from RGB is 230 - color contains mainly: blue. Hex color #311CE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311CE6 is #CEE319. Grayscale: #383838. Windows color (decimal): -13558554 or 15080497. OLE color: 15080497.

HSL color Cylindrical-coordinate representation of color #311CE6: hue angle of 246.24º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311CE6 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 28 230 -
CMYK 0.79 0.88 0 0.10
HSL 246.24º 0.8% 0.51% -
HSV(B) 246.24º 0.88% 0.9% -
XYZ 15.96 7.2 75.41 -
YUV 57.31 225.46 122.07 -
System Red Green Blue C M Y K H S L
Decimal 49 28 230 0.79 0.88 0 0.10 246.24 0.8 0.51
Hex 31 1C E6 4F 58 0 A F6 50 33
Octal 61 34 346 117 130 0 12 366 120 63
Binary 110001 11100 11100110 1001111 1011000 0 1010 11110110 1010000 110011

Color Harmonies of #311CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CE6

Black with #311CE6

Text Example


Text Example

White with #311CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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