Html Css Color HEX #3F1F50 Jagger

📋 copy color: '#3F1F50'

red 63 ◦ green 31 ◦ blue 80

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

Shades of Jagger #3F1F50

Tints of Jagger #3F1F50

RGB

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

 GREEN value IS 31 (12.5% from 255) = 17.82%

 BLUE value IS 80 (31.64% from 255) = 45.98%

R = 36.21%
G = 17.82%
B = 45.98%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F1F50 (or 0x3F1F50) is known color: Jagger. HEX triplet: 3F, 1F and 50. RGB value is (63,31,80). Sum of RGB (Red+Green+Blue) = 63+31+80=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F1F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1F50 is #C0E0AF. Grayscale: #2D2D2D. Windows color (decimal): -12640432 or 5250879. OLE color: 5250879.

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

Color convert

RGB 63 31 80 -
CMYK 0.21 0.61 0 0.69
HSL 279.18º 0.44% 0.22% -
HSV(B) 279.18º 0.61% 0.31% -
XYZ 3.99 2.62 7.88 -
YUV 46.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 63 31 80 0.21 0.61 0 0.69 279.18 0.44 0.22
Hex 3F 1F 50 15 3D 0 45 117 2C 16
Octal 77 37 120 25 75 0 105 427 54 26
Binary 111111 11111 1010000 10101 111101 0 1000101 100010111 101100 10110

Color Harmonies of #3F1F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1F50

Black with #3F1F50

Text Example


Text Example

White with #3F1F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,31,80); }

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

background-color css

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

 a { background-color: rgb(63,31,80); }

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

border-color css

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

 span { border-color: rgb(63,31,80); }

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