Html Css Color HEX #3F259F Blue Gem

📋 copy color: '#3F259F'

red 63 ◦ green 37 ◦ blue 159

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

Shades of Blue Gem #3F259F

Tints of Blue Gem #3F259F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.29%

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

R = 24.32%
G = 14.29%
B = 61.39%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F259F (or 0x3F259F) is known color: Blue Gem. HEX triplet: 3F, 25 and 9F. RGB value is (63,37,159). Sum of RGB (Red+Green+Blue) = 63+37+159=259 (34% of max value = 765). Red value is 63 (25% from 255 or 24.32% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 159 (62.5% from 255 or 61.39% from 259); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F259F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F259F is #C0DA60. Grayscale: #3A3A3A. Windows color (decimal): -12638817 or 10429759. OLE color: 10429759.

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

Color convert

RGB 63 37 159 -
CMYK 0.60 0.77 0 0.38
HSL 252.79º 0.62% 0.38% -
HSV(B) 252.79º 0.77% 0.62% -
XYZ 8.97 4.88 33.27 -
YUV 58.68 184.61 131.08 -
System Red Green Blue C M Y K H S L
Decimal 63 37 159 0.60 0.77 0 0.38 252.79 0.62 0.38
Hex 3F 25 9F 3C 4D 0 26 FD 3E 26
Octal 77 45 237 74 115 0 46 375 76 46
Binary 111111 100101 10011111 111100 1001101 0 100110 11111101 111110 100110

Color Harmonies of #3F259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F259F

Black with #3F259F

Text Example


Text Example

White with #3F259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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