Html Css Color HEX #3F31B1 Blue Gem

📋 copy color: '#3F31B1'

red 63 ◦ green 49 ◦ blue 177

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

Shades of Blue Gem #3F31B1

Tints of Blue Gem #3F31B1

RGB

 RED value IS 63 (25% from 255) = 21.8%

 GREEN value IS 49 (19.53% from 255) = 16.96%

 BLUE value IS 177 (69.53% from 255) = 61.25%

R = 21.8%
G = 16.96%
B = 61.25%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3F31B1 (or 0x3F31B1) is known color: Blue Gem. HEX triplet: 3F, 31 and B1. RGB value is (63,49,177). Sum of RGB (Red+Green+Blue) = 63+49+177=289 (38% of max value = 765). Red value is 63 (25% from 255 or 21.80% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 177 (69.53% from 255 or 61.25% from 289); Max value from RGB is 177 - color contains mainly: blue. Hex color #3F31B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F31B1 is #C0CE4E. Grayscale: #434343. Windows color (decimal): -12635727 or 11612479. OLE color: 11612479.

HSL color Cylindrical-coordinate representation of color #3F31B1: hue angle of 246.56º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F31B1 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 49 177 -
CMYK 0.64 0.72 0 0.31
HSL 246.56º 0.57% 0.44% -
HSV(B) 246.56º 0.72% 0.69% -
XYZ 11.08 6.43 42.25 -
YUV 67.78 189.64 124.59 -
System Red Green Blue C M Y K H S L
Decimal 63 49 177 0.64 0.72 0 0.31 246.56 0.57 0.44
Hex 3F 31 B1 40 48 0 1F F7 39 2C
Octal 77 61 261 100 110 0 37 367 71 54
Binary 111111 110001 10110001 1000000 1001000 0 11111 11110111 111001 101100

Color Harmonies of #3F31B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F31B1

Black with #3F31B1

Text Example


Text Example

White with #3F31B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F31B1; }

 p { color: rgb(63,49,177); }

 H1.HeaderClassName
 {
   color: #3F31B1;
 }
 .AnyTagClassName
 {
   color: #3F31B1;
 }
</style>

background-color css

<style>
 a { background-color: #3F31B1; }

 a { background-color: rgb(63,49,177); }

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

border-color css

<style>
 span { border-color: #3F31B1; }

 span { border-color: rgb(63,49,177); }

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