Html Css Color HEX #311CEF Han Purple

📋 copy color: '#311CEF'

red 49 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #311CEF

Tints of Han Purple #311CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 75.63%

R = 15.51%
G = 8.86%
B = 75.63%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#311CEF (or 0x311CEF) is known color: Han Purple. HEX triplet: 31, 1C and EF. RGB value is (49,28,239). Sum of RGB (Red+Green+Blue) = 49+28+239=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 239 (93.75% from 255 or 75.63% from 316); Max value from RGB is 239 - color contains mainly: blue. Hex color #311CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311CEF is #CEE310. Grayscale: #393939. Windows color (decimal): -13558545 or 15670321. OLE color: 15670321.

HSL color Cylindrical-coordinate representation of color #311CEF: hue angle of 245.97º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #311CEF is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 49 28 239 -
CMYK 0.79 0.88 0 0.06
HSL 245.97º 0.87% 0.52% -
HSV(B) 245.97º 0.88% 0.94% -
XYZ 17.26 7.72 82.24 -
YUV 58.33 229.96 121.34 -
System Red Green Blue C M Y K H S L
Decimal 49 28 239 0.79 0.88 0 0.06 245.97 0.87 0.52
Hex 31 1C EF 4F 58 0 6 F6 57 34
Octal 61 34 357 117 130 0 6 366 127 64
Binary 110001 11100 11101111 1001111 1011000 0 110 11110110 1010111 110100

Color Harmonies of #311CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CEF

Black with #311CEF

Text Example


Text Example

White with #311CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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