Html Css Color HEX #311CEC Han Purple

📋 copy color: '#311CEC'

red 49 ◦ green 28 ◦ blue 236

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

Shades of Han Purple #311CEC

Tints of Han Purple #311CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 75.4%

R = 15.65%
G = 8.95%
B = 75.4%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#311CEC (or 0x311CEC) is known color: Han Purple. HEX triplet: 31, 1C and EC. RGB value is (49,28,236). Sum of RGB (Red+Green+Blue) = 49+28+236=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #311CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311CEC is #CEE313. Grayscale: #393939. Windows color (decimal): -13558548 or 15473713. OLE color: 15473713.

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

Color convert

RGB 49 28 236 -
CMYK 0.79 0.88 0 0.07
HSL 246.06º 0.85% 0.52% -
HSV(B) 246.06º 0.88% 0.93% -
XYZ 16.82 7.54 79.93 -
YUV 57.99 228.46 121.59 -
System Red Green Blue C M Y K H S L
Decimal 49 28 236 0.79 0.88 0 0.07 246.06 0.85 0.52
Hex 31 1C EC 4F 58 0 7 F6 55 34
Octal 61 34 354 117 130 0 7 366 125 64
Binary 110001 11100 11101100 1001111 1011000 0 111 11110110 1010101 110100

Color Harmonies of #311CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CEC

Black with #311CEC

Text Example


Text Example

White with #311CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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