Html Css Color HEX #3F2991 Blue Gem

📋 copy color: '#3F2991'

red 63 ◦ green 41 ◦ blue 145

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

Shades of Blue Gem #3F2991

Tints of Blue Gem #3F2991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

 BLUE value IS 145 (57.03% from 255) = 58.23%

R = 25.3%
G = 16.47%
B = 58.23%

CMYK

 C value IS 0.57

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3F2991 (or 0x3F2991) is known color: Blue Gem. HEX triplet: 3F, 29 and 91. RGB value is (63,41,145). Sum of RGB (Red+Green+Blue) = 63+41+145=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F2991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2991 is #C0D66E. Grayscale: #3B3B3B. Windows color (decimal): -12637807 or 9513279. OLE color: 9513279.

HSL color Cylindrical-coordinate representation of color #3F2991: hue angle of 252.69º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F2991 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 63 41 145 -
CMYK 0.57 0.72 0 0.43
HSL 252.69º 0.56% 0.36% -
HSV(B) 252.69º 0.72% 0.57% -
XYZ 7.95 4.69 27.27 -
YUV 59.43 176.29 130.54 -
System Red Green Blue C M Y K H S L
Decimal 63 41 145 0.57 0.72 0 0.43 252.69 0.56 0.36
Hex 3F 29 91 39 48 0 2B FD 38 24
Octal 77 51 221 71 110 0 53 375 70 44
Binary 111111 101001 10010001 111001 1001000 0 101011 11111101 111000 100100

Color Harmonies of #3F2991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2991

Black with #3F2991

Text Example


Text Example

White with #3F2991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,41,145); }

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

background-color css

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

 a { background-color: rgb(63,41,145); }

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

border-color css

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

 span { border-color: rgb(63,41,145); }

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