Html Css Color HEX #3F419F Dark Slate Blue

📋 copy color: '#3F419F'

red 63 ◦ green 65 ◦ blue 159

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

Shades of Dark Slate Blue #3F419F

Tints of Dark Slate Blue #3F419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

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

R = 21.95%
G = 22.65%
B = 55.4%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F419F (or 0x3F419F) is known color: Dark Slate Blue. HEX triplet: 3F, 41 and 9F. RGB value is (63,65,159). Sum of RGB (Red+Green+Blue) = 63+65+159=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F419F is #C0BE60. Grayscale: #4A4A4A. Windows color (decimal): -12631649 or 10436927. OLE color: 10436927.

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

Color convert

RGB 63 65 159 -
CMYK 0.60 0.59 0 0.38
HSL 238.75º 0.43% 0.44% -
HSV(B) 238.75º 0.6% 0.62% -
XYZ 10.2 7.34 33.68 -
YUV 75.12 175.34 119.36 -
System Red Green Blue C M Y K H S L
Decimal 63 65 159 0.60 0.59 0 0.38 238.75 0.43 0.44
Hex 3F 41 9F 3C 3B 0 26 EF 2B 2C
Octal 77 101 237 74 73 0 46 357 53 54
Binary 111111 1000001 10011111 111100 111011 0 100110 11101111 101011 101100

Color Harmonies of #3F419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F419F

Black with #3F419F

Text Example


Text Example

White with #3F419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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