Html Css Color HEX #311BED Han Purple

📋 copy color: '#311BED'

red 49 ◦ green 27 ◦ blue 237

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

Shades of Han Purple #311BED

Tints of Han Purple #311BED

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.63%

 BLUE value IS 237 (92.97% from 255) = 75.72%

R = 15.65%
G = 8.63%
B = 75.72%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#311BED (or 0x311BED) is known color: Han Purple. HEX triplet: 31, 1B and ED. RGB value is (49,27,237). Sum of RGB (Red+Green+Blue) = 49+27+237=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 237 (92.97% from 255 or 75.72% from 313); Max value from RGB is 237 - color contains mainly: blue. Hex color #311BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #311BED is #CEE412. Grayscale: #383838. Windows color (decimal): -13558803 or 15538993. OLE color: 15538993.

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

Color convert

RGB 49 27 237 -
CMYK 0.79 0.89 0 0.07
HSL 246.29º 0.85% 0.52% -
HSV(B) 246.29º 0.89% 0.93% -
XYZ 16.94 7.55 80.69 -
YUV 57.52 229.29 121.92 -
System Red Green Blue C M Y K H S L
Decimal 49 27 237 0.79 0.89 0 0.07 246.29 0.85 0.52
Hex 31 1B ED 4F 59 0 7 F6 55 34
Octal 61 33 355 117 131 0 7 366 125 64
Binary 110001 11011 11101101 1001111 1011001 0 111 11110110 1010101 110100

Color Harmonies of #311BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311BED

Black with #311BED

Text Example


Text Example

White with #311BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,27,237); }

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

background-color css

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

 a { background-color: rgb(49,27,237); }

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

border-color css

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

 span { border-color: rgb(49,27,237); }

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