Html Css Color HEX #3F319F Blue Gem

📋 copy color: '#3F319F'

red 63 ◦ green 49 ◦ blue 159

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

Shades of Blue Gem #3F319F

Tints of Blue Gem #3F319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.67%

R = 23.25%
G = 18.08%
B = 58.67%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F319F (or 0x3F319F) is known color: Blue Gem. HEX triplet: 3F, 31 and 9F. RGB value is (63,49,159). Sum of RGB (Red+Green+Blue) = 63+49+159=271 (35% of max value = 765). Red value is 63 (25% from 255 or 23.25% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F319F is #C0CE60. Grayscale: #414141. Windows color (decimal): -12635745 or 10432831. OLE color: 10432831.

HSL color Cylindrical-coordinate representation of color #3F319F: hue angle of 247.64º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F319F is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 49 159 -
CMYK 0.60 0.69 0 0.38
HSL 247.64º 0.53% 0.41% -
HSV(B) 247.64º 0.69% 0.62% -
XYZ 9.41 5.76 33.42 -
YUV 65.73 180.64 126.06 -
System Red Green Blue C M Y K H S L
Decimal 63 49 159 0.60 0.69 0 0.38 247.64 0.53 0.41
Hex 3F 31 9F 3C 45 0 26 F8 35 29
Octal 77 61 237 74 105 0 46 370 65 51
Binary 111111 110001 10011111 111100 1000101 0 100110 11111000 110101 101001

Color Harmonies of #3F319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F319F

Black with #3F319F

Text Example


Text Example

White with #3F319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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