Html Css Color HEX #3F1950 Jagger

📋 copy color: '#3F1950'

red 63 ◦ green 25 ◦ blue 80

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

Shades of Jagger #3F1950

Tints of Jagger #3F1950

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.88%

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

R = 37.5%
G = 14.88%
B = 47.62%

CMYK

 C value IS 0.21

 M value IS 0.69

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F1950 (or 0x3F1950) is known color: Jagger. HEX triplet: 3F, 19 and 50. RGB value is (63,25,80). Sum of RGB (Red+Green+Blue) = 63+25+80=168 (22% of max value = 765). Red value is 63 (25% from 255 or 37.5% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F1950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3F1950 is #C0E6AF. Grayscale: #2A2A2A. Windows color (decimal): -12641968 or 5249343. OLE color: 5249343.

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

Color convert

RGB 63 25 80 -
CMYK 0.21 0.69 0 0.69
HSL 281.45º 0.52% 0.21% -
HSV(B) 281.45º 0.69% 0.31% -
XYZ 3.85 2.33 7.84 -
YUV 42.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 63 25 80 0.21 0.69 0 0.69 281.45 0.52 0.21
Hex 3F 19 50 15 45 0 45 119 34 15
Octal 77 31 120 25 105 0 105 431 64 25
Binary 111111 11001 1010000 10101 1000101 0 1000101 100011001 110100 10101

Color Harmonies of #3F1950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1950

Black with #3F1950

Text Example


Text Example

White with #3F1950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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