Html Css Color HEX #3F1F53 Jagger

📋 copy color: '#3F1F53'

red 63 ◦ green 31 ◦ blue 83

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

Shades of Jagger #3F1F53

Tints of Jagger #3F1F53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 46.89%

R = 35.59%
G = 17.51%
B = 46.89%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#3F1F53 (or 0x3F1F53) is known color: Jagger. HEX triplet: 3F, 1F and 53. RGB value is (63,31,83). Sum of RGB (Red+Green+Blue) = 63+31+83=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #3F1F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F1F53 is #C0E0AC. Grayscale: #2E2E2E. Windows color (decimal): -12640429 or 5447487. OLE color: 5447487.

HSL color Cylindrical-coordinate representation of color #3F1F53: hue angle of 276.92º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F1F53 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 31 83 -
CMYK 0.24 0.63 0 0.67
HSL 276.92º 0.46% 0.22% -
HSV(B) 276.92º 0.63% 0.33% -
XYZ 4.1 2.66 8.48 -
YUV 46.5 148.6 139.77 -
System Red Green Blue C M Y K H S L
Decimal 63 31 83 0.24 0.63 0 0.67 276.92 0.46 0.22
Hex 3F 1F 53 18 3F 0 43 115 2E 16
Octal 77 37 123 30 77 0 103 425 56 26
Binary 111111 11111 1010011 11000 111111 0 1000011 100010101 101110 10110

Color Harmonies of #3F1F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1F53

Black with #3F1F53

Text Example


Text Example

White with #3F1F53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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